Skip to content

Instantly share code, notes, and snippets.

@korakot
Created April 30, 2019 13:17
Show Gist options
  • Save korakot/b29fe3ea2fcb5563da853b874bcd6978 to your computer and use it in GitHub Desktop.
Save korakot/b29fe3ea2fcb5563da853b874bcd6978 to your computer and use it in GitHub Desktop.
Change timezone for `date` in Colab
!rm /etc/localtime
!ln -s /usr/share/zoneinfo/Asia/Bangkok /etc/localtime
!date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment