Algorithm to convert timestamp to a human-readable datetime

Current state of project

  • working reporter that handles all the standard existing Snap! datetime values but using any millisecond defined timestamp
  • Extra formats added for day and month names including their 3 letter abbreviations
  • full human readable (DDD MMM d YYYY HH:mm:ss) added
  • yyyyMMddHHmmsszzz plus many others in a sub-menu - see help for details
  • And now you can request any format you like using a list
  • Added reporter to convert yyyyMMddHHmmsszzz datetime to a timestamp as well
  • Day of the year added
  • Negative timestamps and datetimes before 1970 handled

*Note: Requires Internet access to https://worldtimeapi.org/api/ip to find out your time zone

Formats supplied
image

Username=cymplecy&ProjectName=datetimeLibrary