/format-converter

A tool to help you convert format strings between different versions of time.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Head over to time-rs.github.io/format-converter to use this. It will convert a formatting string that was valid in time v0.1 to one that has the same behavior in v0.2.

Differences that this tool cannot account for:

  • %Z has been removed entirely. As it only handled GMT and UTC, GMT will be output.
  • %z could previously parse offsets containing a colon, but does not in v0.2.

All other formatting strings should work identically after being converted.