--- fontforge/cvexport.c.orig	Thu Aug  2 17:09:08 2012
+++ fontforge/cvexport.c	Sat Jan  4 21:42:37 2014
@@ -220,15 +220,7 @@ int _ExportPDF(FILE *pdf,SplineChar *sc,int layer) {
     fprintf( pdf, "    /CreationDate (D:%04d%02d%02d%02d%2d%02d",
 	    1900+tm->tm_year, tm->tm_mon+1, tm->tm_mday,
 	    tm->tm_hour, tm->tm_min, tm->tm_sec );
-#ifdef _NO_TZSET
     fprintf( pdf, "Z)\n" );
-#else
-    tzset();
-    if ( timezone==0 )
-	fprintf( pdf, "Z)\n" );
-    else 
-	fprintf( pdf, "%+02d')\n", (int) timezone/3600 );	/* doesn't handle half-hour zones */
-#endif
     fprintf( pdf, "    /Title (%s from %s)\n", sc->name, sc->parent->fontname );
     if ( author!=NULL )
 	fprintf( pdf, "    /Author (%s)\n", author );
