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
In the terminal, the datetime is correctly underlined, including the fractional, 2022-08-13 18:08:26,175 (notice 175).
But the preprinted datetime has fractional value 0, 20220813T180826.000000 +0000,
Solution
Set the fractional value in the preprinted datetime.
The text was updated successfully, but these errors were encountered:
Problem
Preprinted datetimes (
-l
,-u
) are not setting fractional. (it's always zero).For example, from an Ubuntu host
In the terminal, the datetime is correctly underlined, including the fractional,
2022-08-13 18:08:26,175
(notice175
).But the preprinted datetime has fractional value 0,
20220813T180826.000000 +0000
,Solution
Set the fractional value in the preprinted datetime.
The text was updated successfully, but these errors were encountered: