Skip to content

Instantly share code, notes, and snippets.

@kevinebaugh
Created April 12, 2023 14:53
Show Gist options
  • Save kevinebaugh/a3c22fb8642ab09315a7fad369d992ee to your computer and use it in GitHub Desktop.
Save kevinebaugh/a3c22fb8642ab09315a7fad369d992ee to your computer and use it in GitHub Desktop.
Alfred snippet to link to time.is for the current time and compare to other time zones

Example:

Example output from right... now: https://time.is/compare/1053AM_12_Apr_2023_in_ET/PT/UTC

Build your own:

  1. Create a new Alfred snippet (mine is called !compare) and paste this code:
    https://time.is/compare/{isodate:HHmma'_'dd'_'MMM'_'yyyy}_in_ET/PT/UTC
    
  2. Update the in_ET to your time zone code, and the /PT/UTC... to the time zones you want to compare with.

There are other ways to customize the Time.is link documented here: https://time.is/compare

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment