create ISO date accepted by apple products
This commit is contained in:
parent
47a3f18a95
commit
5c2a9f85d4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public class DateUtil
|
|||
{
|
||||
|
||||
/** 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:
|
||||
|
|
Loading…
Reference in a new issue