|
|
|
|
|
by Avernar
3797 days ago
|
|
We don't agree. It was not rescheduled in reality. Your system would have said it was rescheduled to 7pm Toronto time while in reality the event would still be 6pm Tronto time. The people using your site/app/whatever would be an hour late. UTC is the correct was to store timestamps (things that happened) and intervals (things that need to happen x seconds/minutes/hours from now). For future events at a specific geographical location you need to store it as local time + timezone. Many databases have a time+timezone type. |
|