#
# Use standard (ISO) date and time format
#
--- a/driver/XScreenSaver.ad.in
+++ b/driver/XScreenSaver.ad.in
@@ -130,7 +130,9 @@
 
 ! The format used for printing the date and time in the password dialog box
 ! (see the strftime(3) manual page for details.)
-*dateFormat:		%d-%b-%y (%a); %I:%M %p
+*dateFormat:		%Y-%m-%d %H:%M:%S
+! Original upstream format
+! *dateFormat:		%d-%b-%y (%a); %I:%M %p
 ! For day month date:
 ! *dateFormat:		%a %b %d, %I:%M %p
 ! To show the time only:
