-
TLDR; Previously, setting -DBUILD_SHARED_LIBS=ON would build libtz.so but now it does nothing by itself. You must also include -DBUILD_TZ_LIB=ON
Up until October 11th's commit 48f1455cd255df2fe73b5…
-
When trying to use `hypothesis` to test whether there's a 1->1 mapping of `pytz` zones to `dateutil` zones, I wrote the following test:
```python
from hypothesis import given, assume
from hypothe…
-
``` java
private static final Logger logger = LoggerFactory.getLogger(JodaTimeZoneTest.class);
private static final LocalDateTime SUMMER_TIME = LocalDateTime.parse("2013-06-25T12:00:00");
private sta…
-
Hi
We are trying to run the following code snippet on bullseye after installing pytz
```
from datetime import datetime
import time
import pytz
tz=pytz.timezone('America/New_York')
nytime= date…
-
Could matplotlib support be added?
```
import pendulum
import matplotlib.pyplot as plt
datetimes = [
pendulum.datetime(2018, 5, 1, tz='UTC'),
pendulum.datetime(2018, 5, 2, tz='UTC'),
…
-
When using `rrule` to generate recurring events using a `dttime` having timezone=`America/New_York`, the returned times skip an hour, the second "go-around" for 1 AM ET.
Sample code:
```
from da…
-
https://github.com/tidyverse/lubridate/blob/e54b612c0672c57bb9cea12dd2482b0d59b3aa64/R/tzdir.R#L55-L61
Happened to notice this helper has a lot of overlap with `lintr:::find_config()`.
Recently …
-
`DatetimeIndex.__new__` has constructor keywords (excluding ones present in the base class and ones already deprecated) `freq`, `tz`, `ambiguous`, `dayfirst`, `yearfirst`. `dayfirst` and `yearfirst` …
-
I reported the following issue which appears to have had a fix released for it some time ago:
https://github.com/DataDog/datadog-agent/issues/12742
After implementing chart version 2.37.4, the f…
-
Most sensible way of converting to POSIXct. Retains clock time. Will be good for {warp} and `slide_period()` once `warp_distance()` casts unknown input to POSIXct
UPDATE: I now think that conversio…