Posts Tagged ‘date’

Changing your timezone in Debian

Tuesday, May 15th, 2012 | Life, Tech

If you want to change your timezone on Debian, use the following command.

dpkg-reconfigure tzdata

Get the system time from the terminal

Monday, January 30th, 2012 | Life, Tech

Wondering what your system date/time is? Easy!

date

It’s that obvious ;). Don’t mistake it with the command “time”, which won’t return you what you want.