aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/xyz/driver/core/TimeTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* Move core types into core-types projectJakob Odersky2018-10-091-143/+0
| | | | | | | | | Note that xyz.driver.core.FutureExtensions was moved to xyz.driver.core.rest as it (only) contained logic that dealt with service exceptions, something that belongs into core-rest and must not be depended upon by core-types. This is a breaking change.
* Add `@@ Trimmed` tag for Strings and Names to support by JSON readers (#211)v1.14.1Sergey Nastich2018-09-101-0/+1
|
* Full upgrade of build and library dependenciesJakob Odersky2018-06-051-2/+2
|
* Fixed toCalendar method of TimeOfDay classAleksandr2018-04-091-0/+3
|
* [API-1468] add TimeOfDay (#141)v1.8.11Arthur Rand2018-03-281-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add TimeOfDay * add formatter * . * Revert "." This reverts commit 89576de98092dd75d3af7d82d244d5eaa24d31d9. * scalafmt * add before and after to ToD, and tests * rearrage, make fromStrings * add generator * address comments * use explicit string for TimeZoneId * renaming * revert Converters changes * change name of private method * change apply method * use month
* Move time/date related tests out of CoreTestHao Huang2017-02-101-0/+16
|
* Renamed package to xyz, New formatting, authorize directive supporting ↵vlad2016-10-211-0/+87
multiple permissions