Changes between Initial Version and Version 1 of Ticket #40136, comment 6
- Timestamp:
- 03/14/2017 01:26:51 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40136, comment 6
initial v1 7 7 }}} 8 8 9 That line is NOT considering the provided date when determining whether there should be a DST offset or not. In other words, if the provided date was `12-12` (in `America/Chicago`) it should NOT have a DST for the conversion. If the provided date was `3-14` in `America/Chicago` i s_should_ have DST.9 That line is NOT considering the provided date when determining whether there should be a DST offset or not. In other words, if the provided date was `12-12` (in `America/Chicago`) it should NOT have a DST for the conversion. If the provided date was `3-14` in `America/Chicago` it _should_ have DST. 10 10 11 11 Instead, that function is ALWAYS providing whatever state of DST exists for the _current_time_ .