Skip to content

Commit

Permalink
frontend: Change RPC server timezone to UTC
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
  • Loading branch information
lmr committed Jun 8, 2012
1 parent f58fc5f commit 2243c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _get_config(config_key, default=None):
# although not all variations may be possible on all operating systems.
# If running in a Windows environment this must be set to the same as your
# system time zone.
TIME_ZONE = 'America/Los_Angeles'
TIME_ZONE = 'UTC'

# Language code for this installation. All choices can be found here:
# http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes
Expand Down

0 comments on commit 2243c4f

Please sign in to comment.