i18n and repaired holds estimated wait calculation.
[evergreen-equinox.git] / Open-ILS / web / templates / default / opac / parts / header.tt2
index ca33722..b09ae69 100644 (file)
@@ -2,6 +2,7 @@
     USE date;
     USE CGI = CGIUTF8;
     USE EGI18N;
+    USE POSIX;
     SET DATE_FORMAT = l('%m/%d/%Y');
 
     # Don't wrap in l() here; do that where this format string is actually used.