Author: ai0867
Date: Wed Feb  4 12:24:38 2009
New Revision: 32599

URL: http://svn.gna.org/viewcvs/wesnoth?rev=32599&view=rev
Log:
Update timestamp in pofix.

Modified:
    trunk/utils/pofix.py

Modified: trunk/utils/pofix.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/pofix.py?rev=32599&r1=32598&r2=32599&view=diff
==============================================================================
--- trunk/utils/pofix.py (original)
+++ trunk/utils/pofix.py Wed Feb  4 12:24:38 2009
@@ -143,7 +143,8 @@
 }
 
 # Speak, if all argument files are newer than this timestamp
-timecheck = 1233737832 # Wed Feb  4 03:57:12 2009
+# Try to use UTC here
+timecheck = 1233746577 # Wed Feb  4 11:22:57 UTC 2009
 
 import os, sys, time, stat
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to