From cdfe7ea4cfc1e82f51a9ad1c52be24d1ba06caa4 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Mon, 14 Nov 2022 08:02:44 -0600 Subject: [PATCH] feat!: Timezone aware database --- ietf/templates/release/about.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ietf/templates/release/about.html b/ietf/templates/release/about.html index 536658012..a045d4a93 100644 --- a/ietf/templates/release/about.html +++ b/ietf/templates/release/about.html @@ -23,6 +23,12 @@ moments. For the nitty-gritty week-to-week code changes, please check the release notes or the commit log.

+

Version 9.0.0: Timezone Aware Data

+

All timestamps in the database are now stored as UTC. Values reported through the API for several + models changed, particularly Meeting based models such as TimeSlot where times had previously been + stored in the timezone of the meeting location. The 9.0.0 release leaves _presentation_ of the times + in Pacific (daylight/standard). +

Version 8.0.0: Facelift using Bootstrap 5

Version 7.0.0: Django 2

Version 6.0.0: Facelift using Bootstrap 3