Update of /cvsroot/rails/18xx
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1898
Modified Files:
my.properties
Log Message:
Enabled UTC timezone as default for save file names
Index: my.properties
===================================================================
RCS file: /cvsroot/rails/18xx/my.properties,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** my.properties 20 Jan 2010 20:29:39 -0000 1.13
--- my.properties 29 Jan 2010 23:49:56 -0000 1.14
***************
*** 51,55 ****
# The default timezone is local time.
# A specific timezone (such as UTC) can be set; the value must be a Java timezone ID
! #save.filename.date_time_zone=UTC
# Optionally, a suffix (e.g. player name) can be added after the time stamp
# with a preceding underscore (which is automatically added)
--- 51,55 ----
# The default timezone is local time.
# A specific timezone (such as UTC) can be set; the value must be a Java timezone ID
! save.filename.date_time_zone=UTC
# Optionally, a suffix (e.g. player name) can be added after the time stamp
# with a preceding underscore (which is automatically added)
|