| 44f81330 | 13-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
apply timezone to date queries
For now we simply use localtime and assume the server is running with the correct timezone. In the future we could easily allow a congfiguration with a time zone name,
apply timezone to date queries
For now we simply use localtime and assume the server is running with the correct timezone. In the future we could easily allow a congfiguration with a time zone name, calculate the offset and pass something like '-7 hours' in $this->tz
All data stored is kept UTC
show more ...
|