-
### Answers checklist.
- [X] I have read the documentation [ESP Zigbee SDK Programming Guide](https://docs.espressif.com/projects/esp-zigbee-sdk) and tried the [debugging tips](https://docs.espress…
-
**Environment**:
Moment Version: 2.30.1
Moment Timezone Version: 0.5.45-2024a
System: https://momentjs.com/ developer console
`console.log(moment.tz.zonesForCountry("AU"));`
This is suppose…
-
Hi,
the `Tz` Operator does not get evaluated.
Regards,
Christian
lueck updated
4 years ago
-
When I import `TZDate` like so:
```typescript
import { TZDate } from '@date-fns/tz/date';
```
I get the following error:
```
node_modules/@date-fns/tz/date/index.d.cts:1:37 - error TS1479:…
-
After a cleanup, keyword 'tz ' does not work.
> Hi Jarek,
>
> Thank you so much for the update, it worked out some of the kinks ?
>
> One quick question, in the original version I believe you…
-
Hello!
If dates in pandas DataFrame contain timezone and look like `Timestamp('2019-12-16 07:03:00+0000', tz='UTC')`, then according labels will be near 1970 year, because `t` in the following lamb…
-
### Description
On v6.8.1-beta I see this in error.log after start. Everything seems to work so I don't have further info.
```
2024-10-18T09:49:46.740 [error] GenServer :tzdata_release_updater te…
-
Why is the same date (May 2nd) in 2 different years (2019 vs. 2098) being converted to PDT in 2019 but PST in 2098?
```
>>> from pytz import timezone
>>> from dateutil.parser import parse
>>> tz_o…
-
Hi guys
I had some serious issue with TZID datetimes (as used by apple icalendar) when the server was in a different timezone vs the browser
unfortunately ical doesn't handle it correctly
this is my…
-
```
import pendulum
dt = pendulum.datetime(2013, 3, 31, 2, 30)
print(dt)
# '2013-03-31T02:30:00+00:00'
print(dt.set(tz='Europe/Paris'))
# '2013-03-31T03:30:00+02:00' bug?
```
`print(dt.set(tz=…