Commit 5fa3bd44 authored by twanvl's avatar twanvl

correct format for strftime

parent 18603e74
......@@ -140,7 +140,7 @@ sub svn_revision {
sub print_system_info {
print "host: ", getlogin()," @ ",hostname, "\n";
print "platform: ",($is_windows ? "Windows" : "not-windows"),"\n";
print "date: ", strftime('%Y-%m-%d %H:%m (%z)',localtime), "\n";
print "date: ", strftime('%Y-%m-%d %H:%M:%S (%z)',localtime), "\n";
print "revision: ", svn_revision(), "\n";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment