Skip to content

Commit ba8b375

Browse files
author
Matthew Fisher
committed
Merge pull request #2464 from bacongobbler/2463-controller-utc
fix(controller): change timezone data to UTC
2 parents a4511c4 + 9e2bc36 commit ba8b375

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller/deis/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
2929
# although not all choices may be available on all operating systems.
3030
# In a Windows environment this must be set to your system time zone.
31-
TIME_ZONE = 'America/Denver'
31+
TIME_ZONE = 'UTC'
3232

3333
# Language code for this installation. All choices can be found here:
3434
# http://www.i18nguy.com/unicode/language-identifiers.html

0 commit comments

Comments
 (0)