Open jtojnar opened 7 years ago
There are subtle complexities with doing this. I wrote about it here: https://gist.github.com/CMCDragonkai/89ef22a2635dea63d1874a1138253170
Thank you for your contributions.
This has been automatically marked as stale because it has had no activity for 180 days.
If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.
Here are suggestions that might help resolve this more quickly:
In NixOS, in which /usr/share/zoneinfo
does not exist:
mysql_tzinfo_to_sql /etc/zoneinfo | mysql -u root mysql
Currently, the timezone data need to be installed manually using
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
and repeat each timetzdata
is updated. It would be nice to have it done as a part of the NixOS module.