Other Help Topics :: Timezone
Because of size restrictions DSL uses local time as user Henk has pointed out.
You can set the time in the bios, or you can use the date command followed by the hwclock command, or use the site that Henk has shared with us. Note: you can get "help" by using "--help" option, e.g.,
date --help
hwclock --help
Example:
date 11011805
hwclock -wl
This will set the system date and then write that value to the hardware clock.
Problem is when dealing with mysql and others, that it looks at the timezone and updates time values according. So in the database the time values will be off with X hours.
original here.