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
Could to_datetime_string() add a option letting user choosing other precison such as millisecond、micosecond? While default precisipn still to be second ~
The text was updated successfully, but these errors were encountered:
The to_xxx_string() methods are supposed to be simple and with a predictable behavior and thus do not accept options. So unfortunately, I won't be adding a precision option for it.
If you want a more customizable behavior you can use format().
to_datetime_string()'s result just to second precision:
Could to_datetime_string() add a option letting user choosing other precison such as millisecond、micosecond? While default precisipn still to be second ~
The text was updated successfully, but these errors were encountered: