Skip to content

Instantly share code, notes, and snippets.

@algal
Created October 7, 2019 05:10
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 algal/a88c94d7b9b2519e1b05cd78365c6978 to your computer and use it in GitHub Desktop.
Save algal/a88c94d7b9b2519e1b05cd78365c6978 to your computer and use it in GitHub Desktop.
print the time in California, in RFC 2822 format
#!/bin/bash
# prints California time, on macOS or Ubuntu 18
exec env TZ='America/Los_Angeles' date -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment