Next: Q2.1.20, Previous: Q2.1.18, Up: Installation
When using one of the prebuilt binaries many users have observed that SXEmacs uses the timezone under which it was built, but not the timezone under which it is running. The solution is to add:
(set-time-zone-rule "MET")
to your init.el or the site-start.el file if you can.
Replace MET
with your local timezone.