In case someone wants a quick fix, here is how to downgrade tzdata: # list versions sudo apt-show-versions tzdata -a
# choose any version before 2013g* sudo apt-get install tzdata=2012e-0ubuntu0.12.04.1 And here is how to lock that version so apt-get doesn't try to upgrade it # open file that probably doesn't exist sudo nano /etc/apt/preferences.d/tzdata # and put the following in it, adjust the version to the downgraded one you used above, save & exit Package: tzdata Pin: version 2012e* Pin-Priority: 1000 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1245978 Title: America/Montreal timezone disappeared from ubuntu LTS precise tzdata To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/1245978/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
