Skip to content

Instantly share code, notes, and snippets.

@default-writer
Last active October 9, 2023 08:06
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 default-writer/1f7ca5af586dc793d73a9693c80b9cc0 to your computer and use it in GitHub Desktop.
Save default-writer/1f7ca5af586dc793d73a9693c80b9cc0 to your computer and use it in GitHub Desktop.
UTC time to local time disable Ubuntu BISO setup UTC
#!/usr/bin/env bash
set -e
timedatectl set-local-rtc 1 --adjust-system-clock
hwclock --hctosys --localtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment