You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
locale/time: Fix for strftime() function with '%X' format
According to ISO/IEC 9899:1999 7.23.3.5 The strftime function
'%X is replaced by the locale's appropriate time representation' (not date
representation like %x)
It also states in the same section 7.23.3.5 part 7:
'In the "C" locale %X is equivalent to %T'
Signed-off-by: Ahmed Shehab <[email protected]>
0 commit comments