Emergency Management Tools

Convert date/time from machine-readable to human-readable


in detected language code and time zone :

Features

Technical stuff

This is a more user-friendly approach than date --date=INPUT +'%A, %-d %B %+4Y at %-I:%M:%S %P %Z', which gives a similar result, but is not localised.

If you’re interested in how this works, the code and tests are both available.

Basically, the input must be a valid Date constructor argument, and will be converted to the locale and time zone of your browser.