dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #31781
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16233: Added date format
------------------------------------------------------------
revno: 16233
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-07-25 09:56:49 +0200
message:
Added date format
modified:
dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/util/DateUtils.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/util/DateUtils.java'
--- dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/util/DateUtils.java 2014-07-10 13:50:34 +0000
+++ dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/util/DateUtils.java 2014-07-25 07:56:49 +0000
@@ -56,6 +56,7 @@
new SimpleDateFormat( "yyyy-MM-dd'T'HH:mm:ss" ),
new SimpleDateFormat( "yyyy-MM-dd'T'HH:mm" ),
new SimpleDateFormat( "yyyy-MM-dd'T'HH" ),
+ new SimpleDateFormat( "yyyy-MM-dd HH:mm:ssZ" ),
new SimpleDateFormat( "yyyy-MM-dd" ),
new SimpleDateFormat( "yyyy-MM" ),
new SimpleDateFormat( "yyyy" )