Index: trunk/extensions/Translate/ffs/Gettext.php |
— | — | @@ -342,8 +342,8 @@ |
343 | 343 | $specs['PO-Revision-Date'] = self::formatTime( wfTimestampNow() ); |
344 | 344 | if ( $this->offlineMode ) { |
345 | 345 | $specs['POT-Creation-Date'] = self::formatTime( wfTimestampNow() ); |
346 | | - } else { |
347 | | - $specs['X-POT-Import-Date'] = self::formatTime( $this->getPotTime() ); |
| 346 | + } elseif ( $this->group instanceof MessageGroupBase ) { |
| 347 | + $specs['X-POT-Import-Date'] = self::formatTime( wfTimestamp( TS_MW, $this->getPotTime() ) ); |
348 | 348 | } |
349 | 349 | $specs['Language-Team'] = "$name <$portal>"; |
350 | 350 | $specs['Content-Type'] = 'text/plain; charset=UTF-8'; |