mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Add permalink to ISO8601Utils.java. (#425)
This file was removed from master a few months ago.
This commit is contained in:
committed by
Jesse Wilson
parent
dba2f05b13
commit
9deeb62e77
@@ -23,7 +23,7 @@ import java.util.TimeZone;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Jackson’s date formatter, pruned to Moshi's needs. Forked from this file:
|
* Jackson’s date formatter, pruned to Moshi's needs. Forked from this file:
|
||||||
* https://github.com/FasterXML/jackson-databind/blob/master/src/main/java/com/fasterxml/jackson/databind/util/ISO8601Utils.java
|
* https://github.com/FasterXML/jackson-databind/blob/67ebf7305f492285a8f9f4de31545f5f16fc7c3a/src/main/java/com/fasterxml/jackson/databind/util/ISO8601Utils.java
|
||||||
*
|
*
|
||||||
* Utilities methods for manipulating dates in iso8601 format. This is much much faster and GC
|
* Utilities methods for manipulating dates in iso8601 format. This is much much faster and GC
|
||||||
* friendly than using SimpleDateFormat so highly suitable if you (un)serialize lots of date
|
* friendly than using SimpleDateFormat so highly suitable if you (un)serialize lots of date
|
||||||
|
Reference in New Issue
Block a user