On Wed, Apr 22, 2009 at 12:09 AM, Mani Malekmohammadi <[email protected]> wrote: > I am using 4.2-stable and apparently Daylight saving doesn't declared for > /usr/share/zoneinfo/Iran
OpenBSD 4.2 was locked for release before the timezone data maintainers became aware that the Iranian government had decided to reinstate DST. OpenBSD 4.3 and later include the updated timezone data for Iran. Timezone database updates are usually not considered critical and therefore tend not to be merged to the maintenance branches. Meanwhile, 4.2 stopped being supported last fall; you should *strongly* consider updating to a newer version: OpenBSD 4.5 will be officially released in a matter of days. If you're comfortable with using cvs and building the OpenBSD source tree, you could just updated the /usr/src/share/zoneinfo/ directory to the trunk (using "cvs update -A" from within that directory) and then build and install the updated zone files: make cleandir && make && sudo make install Philip Guenther

