Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChristoferK/e0c98587a737e0fb40d19a4780cf73ed to your computer and use it in GitHub Desktop.
Save ChristoferK/e0c98587a737e0fb40d19a4780cf73ed to your computer and use it in GitHub Desktop.
[ISO Date] Returns the current date and time expressed according to ISO 8601 #AppleScript #date #time #ISO8601 #class_isot #now
# Note: «class isot» cannot be coerced to text
get the ((current date) as «class isot» as string)
--> "2018-03-28T14:52:26"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment