* Added support for formatting of the DateTime tag inside format()
[lhc/web/wiklou.git] / includes / Exif.php
index 1ad03d2..e475771 100644 (file)
@@ -468,6 +468,7 @@ class Exif {
                                                return $this->msg( $tag, $val );
                                }
                        
+                       case 'DateTime':
                        case 'DateTimeOriginal':
                        case 'DateTimeDigitized':
                                return $wgLang->timeanddate( wfTimestamp(TS_MW, $val) );