Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

« Newer Snippets
Older Snippets »
1 total  XML / RSS feed 

World clock shell script

#!/bin/sh
TZ=US/Pacific date +"Jason/Nate: %I:%M %p %a %D"
TZ=US/Central date +"Ryan: %I:%M %p %a %D"
TZ=US/Eastern date +"Jan/Daniel: %I:%M %p %a %D"
TZ=US/Eastern date +"Terrel/Christopher: %I:%M %p %a %D"
TZ=UTC date +"UTC/GMT: %I:%M %p %a %D"
TZ=Europe/Amsterdam date +"Filip/Marten: %I:%M %p %a %D"
TZ=Europe/Amsterdam date +"Florian/Johan: %I:%M %p %a %D"
TZ=Europe/Paris date +"Dean/Damelon: %I:%M %p %a %D"
TZ=Australia/Melbourne date +"Justin: %I:%M %p %a %D"
TZ=NZ date +"Koz: %I:%M %p %a %D"
« Newer Snippets
Older Snippets »
1 total  XML / RSS feed