-
### Description
Essentially https://github.com/php/php-src/issues/16793 also exists with PHP native classes as pointed out in https://github.com/php/php-src/issues/16793#issuecomment-2476296549
Th…
-
Bash online:
```
$ TZ='UTC' date
Thu Sep 19 03:18:14 AM UTC 2024
$ TZ='Europe/Rome' date
Thu Sep 19 05:18:14 AM CEST 2024
$ TZ='CET' date
Thu Sep 19 05:18:14 AM CEST 2024
```
BusyBox for Wi…
-
### Description / Steps to reproduce the issue
root@fv-az702-856:~/build# wine64 msys2-x86_64-20241116.exe --confirm-command --al --am --root C:\msys64
002c:fixme:ntdll:find_reg_tz_info Can't find m…
-
https://pypi.org/project/x-wr-timezone/
-
**Describe the bug**
The steampipe query shell has different behavior than native postgres client(s) when interacting with `date` and `timestamptz` (timestamp with time zone) data types.
When connec…
-
ALL timedates should have their timezone attached! This is non-negotiable if we want this to work at all outside CET/CEST. I'm not even sure if we're not assuming GMT instead in some places. tbqh the …
-
### Is your feature request related to a problem or challenge?
_No response_
### Describe the solution you'd like
Applies an offset to the unixtime after the cast.
### Describe alternatives you've…
-
### Feature request:
### Use case:
### UI Example:
-
> datetimes need a timezone
That would probably need a separate discussion / design. If we start this then I guess all our datetimes always will need a timezone, or we need to set it in the con…
-
Sunrise and sunset are calculated by calling `sun_rise_set` for the UTC date instead of the local date. This means that the next pair of rise/set times may be for tomorrow instead of the upcoming sun…