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
The %k format can escape if nHour === 0 as 0 || '' => ''. It needs to be stringified. This is a simple fix: #4
But maybe there are other formats where this applies? Any format expression that returns a number that could be 0, '' or any other falsy value needs to be stringified.
The %k format can escape if nHour === 0 as 0 || '' => ''. It needs to be stringified. This is a simple fix:
#4
But maybe there are other formats where this applies? Any format expression that returns a number that could be 0, '' or any other falsy value needs to be stringified.
Instead why not have
The text was updated successfully, but these errors were encountered: