Changes between Initial Version and Version 1 of Ticket #13679, comment 3
- Timestamp:
- Aug 23, 2017, 5:33:32 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13679, comment 3
initial v1 13 13 I have a doubt regarding using BDateTime. It's not timezone aware so the timezone(associated with a particular BDateTime) has to be separately stored every time we create a BDateTime. Should we make the BDateTime timezone aware by itself? 14 14 15 In case a BDateTime is used here(as an input to RelativeDateTimeFormat::Format()), timezone associated with it would be required to set the calendar to that, or we calculate the time_t using that info, and use that with calendar set to default timezone(like it's there currently?15 In case a BDateTime is used here(as an input to RelativeDateTimeFormat::Format()), timezone associated with it would be required to set the calendar to that, or we calculate the time_t using that info, and use that, with calendar set to default timezone(like it's there currently)?