/discord-timestamp

Primary LanguagePythonMIT LicenseMIT

Discord Timestamp Generator

Takes in an ISO datetime string as an argument and outputs the Discord timestamp values. Probably could take in other datetime string values too.

Usage

python ./main.py "1970-01-01T00:00"

You can also specify a timezone:

python ./main.py "1970-01-01T00:00-00:00"