Browse Source

Merge branch '1.9.x'

master
Stefan Bodewig 7 years ago
parent
commit
82e0218d2e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/util/DateUtils.java

+ 2
- 2
src/main/org/apache/tools/ant/util/DateUtils.java View File

@@ -346,10 +346,10 @@ public final class DateUtils {
* That is:
* <ul>
* <li>Milliseconds since 1970-01-01 00:00</li>
* <li><code>YYYY-MM-DD{T| }HH:MM[:SS[.SSS]][ ][±ZZ[[:]ZZ]]</code></li>
* <li><code>YYYY-MM-DD{T| }HH:MM[:SS[.SSS]][ ][\u00b1ZZ[[:]ZZ]]</code></li>
* <li><code>MM/DD/YYYY HH:MM[:SS] {AM|PM}</code></li></ul>
* where {a|b} indicates that you must choose one of a or b, and [c]
* indicates that you may use or omit c. ±ZZZZ is the timezone offset, and
* indicates that you may use or omit c. \u00b1ZZZZ is the timezone offset, and
* may be literally "Z" to mean GMT.
*
* @param dateStr String


Loading…
Cancel
Save