create ISO date accepted by apple products

This commit is contained in:
Milos Kozak 2016-07-03 22:40:41 +02:00
parent 47a3f18a95
commit 5c2a9f85d4

View file

@ -13,7 +13,7 @@ public class DateUtil
{ {
/** The date format in iso. */ /** The date format in iso. */
public static String FORMAT_DATE_ISO="yyyy-MM-dd'T'HH:mm:ssZ"; public static String FORMAT_DATE_ISO="yyyy-MM-dd'T'HH:mm:ss'Z'";
/** /**
* Takes in an ISO date string of the following format: * Takes in an ISO date string of the following format: