##// END OF EJS Templates
util: Fix date format for 12-hour time.
Carey Evans -
r9383:7116494c default
parent child Browse files
Show More
@@ -84,7 +84,7 b' defaultdateformats = ('
84 '%b %d %Y',
84 '%b %d %Y',
85 '%b %d',
85 '%b %d',
86 '%H:%M:%S',
86 '%H:%M:%S',
87 '%I:%M:%SP',
87 '%I:%M:%S%p',
88 '%H:%M',
88 '%H:%M',
89 '%I:%M%p',
89 '%I:%M%p',
90 )
90 )
General Comments 0
You need to be logged in to leave comments. Login now