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
When the user specifies the timestamp format as %d{yyyy-MM-dd HH:mm:ss.SSS}, a timestamp like "2024-Oct-01 00:00:00.000" will get rendered as "2024-Oct-1 00:00:00.000", where the date is not zero-padded.
This appears to be a simple typo here where we should be converting "dd" to "DD".
kirkrodrigues
changed the title
new-log-viewer: "dd" timestamp format specifier doesn't result in a zero-padded day.
new-log-viewer: "dd" timestamp format specifier doesn't result in a zero-padded date.
Oct 2, 2024
Bug
When the user specifies the timestamp format as
%d{yyyy-MM-dd HH:mm:ss.SSS}
, a timestamp like "2024-Oct-01 00:00:00.000" will get rendered as "2024-Oct-1 00:00:00.000", where the date is not zero-padded.This appears to be a simple typo here where we should be converting "dd" to "DD".
yscope-log-viewer version
b6b63ea
Environment
Firefox 130.0.1.
Reproduction steps
The text was updated successfully, but these errors were encountered: