You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by bdkosher <gi...@git.apache.org> on 2018/03/18 22:51:19 UTC

[GitHub] groovy pull request #674: GROOVY-8334: Java 8 Date/Time type support in Groo...

GitHub user bdkosher opened a pull request:

    https://github.com/apache/groovy/pull/674

    GROOVY-8334: Java 8 Date/Time type support in Groovy JDK

    Reference: https://issues.apache.org/jira/browse/GROOVY-8334 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bdkosher/groovy datetimeapi

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/groovy/pull/674.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #674
    
----
commit ad02b9ffd5406e95147dfb5c28dfaab69423e787
Author: Joe Wolf <jo...@...>
Date:   2018-02-18T22:59:12Z

    initial port of Goodtimes-inspired methods

commit 96499c773616a62a75a12e20f34f1e7d3149359f
Author: Joe Wolf <jo...@...>
Date:   2018-03-04T21:55:56Z

    Fix upto/downto with custom TemporalUnit arg edge cases. Add Period and Duration methods.

commit d2878692ab16639bca3e8ee98a6701331e9b7ecf
Author: Joe Wolf <jo...@...>
Date:   2018-03-04T21:56:07Z

    Merge remote-tracking branch 'upstream/master' into datetimeapi

commit 5cddc5188354681bcd01b7c17bb0ec1425c47db7
Author: Joe Wolf <jo...@...>
Date:   2018-03-14T22:58:52Z

    Merge remote-tracking branch 'upstream/master' into datetimeapi

commit ee994cc44366237dfbd2ce514873618b618fb8de
Author: Joe Wolf <jo...@...>
Date:   2018-03-16T02:34:59Z

    Merge remote-tracking branch 'upstream/master' into datetimeapi

commit 33b50d78d3bc1146b916236a08d32bd6e6a3887c
Author: Joe Wolf <jo...@...>
Date:   2018-03-18T00:46:39Z

    Merge remote-tracking branch 'upstream/master' into datetimeapi

commit 6b8c5c009dd660c4a93b421714f9be03fdbbc257
Author: Joe Wolf <jo...@...>
Date:   2018-03-18T00:49:45Z

    use ISO for formatting methods; restrict upto/downto args to same type

commit 8c202acf23ca57fd358fbe64f5590a4962b50bf2
Author: Joe Wolf <jo...@...>
Date:   2018-03-18T00:50:20Z

    add GDK Date/Time documentation

----


---

[GitHub] groovy pull request #674: GROOVY-8334: Java 8 Date/Time type support in Groo...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/groovy/pull/674


---