Cyril Roelandt <tipec...@gmail.com> skribis: > * gnu/packages/pytz.scm: New file. > * Makefile.am (MODULES): Add it.
OK to commit! > +(define-public pytz > + (package > + (name "pytz") > + (version "2013b") Does it include IANA’s raw tzdata, or does it use libc’s routines? (The version number makes me think it’s the former.) Ludo’.