Author: pb
Date: Mon Nov 17 18:50:13 2008
New Revision: 3319

Log:
- fixed bug #013959: Incorrect date formatting on win32

Modified:
    ezfind/ezp4/trunk/extension/ezfind/classes/ezfsolrdocumentfieldbase.php
    
ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.0/unstable/CHANGELOG-2.0.0alpha1-to-2.0.0beta1
Modified: ezfind/ezp4/trunk/extension/ezfind/classes/ezfsolrdocumentfieldbase.php
==============================================================================
--- ezfind/ezp4/trunk/extension/ezfind/classes/ezfsolrdocumentfieldbase.php (original)
+++ ezfind/ezp4/trunk/extension/ezfind/classes/ezfsolrdocumentfieldbase.php Mon Nov 17 18:50:13 2008
@@ -292,7 +292,7 @@
      */
     static function convertTimestampToDate( $timestamp )
     {
-        return strftime( '%Y-%m-%dT%TZ', (int)$timestamp );
+        return strftime( '%Y-%m-%dT%H:%M:%S.000Z', (int)$timestamp );
     }
 
 

Modified: ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.0/unstable/CHANGELOG-2.0.0alpha1-to-2.0.0beta1
==============================================================================
--- ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.0/unstable/CHANGELOG-2.0.0alpha1-to-2.0.0beta1 (original)
+++ ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.0/unstable/CHANGELOG-2.0.0alpha1-to-2.0.0beta1 Mon Nov 17 18:50:13 2008
@@ -12,4 +12,4 @@
 - fixed bug #013889: /bin/php/updatesearchindexsolr.php doesn't index all objects
 - changed "minimum must match" definition in solrconfig.xml (rev 3315)
 - fixed bug	#013351: rhel service script searches for a JAVA_HOME var, but then uses simply "java"
-
+- fixed bug #013959: Incorrect date formatting on win32

_______________________________________________
svn-eZFind mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-ezfind

Reply via email to