From: Erik V. <ev...@us...> - 2009-11-21 18:14:41
|
Update of /cvsroot/rails/18xx In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10980 Modified Files: my.properties Log Message: Two new config variables to tweak the predefined save filenames Index: my.properties =================================================================== RCS file: /cvsroot/rails/18xx/my.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** my.properties 27 May 2008 22:56:55 -0000 1.6 --- my.properties 21 Nov 2009 18:14:32 -0000 1.7 *************** *** 38,41 **** --- 38,47 ---- # SimpleDateFormat (just Google that name to find the codes). #save.filename.date_time_pattern=yyyyMMdd_HHmm + # 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) + #save.filename.suffix=Me # The default extension is .rails #save.filename.extension=rails |