aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/time.scala
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade sbt-settings to major version 2 (#201)Jakob Odersky2018-08-241-0/+1
| | | | | | | | | | | | | | | | This will affect development workflow: instead of running `sbt release` to tag and publish a new version, the release process is now as follows: 1. Create a git tag on a revision that should be published. The tag must be in the format `v[0-9].*` 2. Push the tag to GitHub `git push --tags` 3. CI will build that tag and publish the resulting binary to our artifactory Since the new sbt settings do not enable advanced or risky language features globally anymore (such as higher kinds, reflective calls and implicit conversions), the other changes in this PR either import language features locally or refactor the code to avoid using them entirely.
* Migration to `java.time.Instant` and `java.time.LocalDate`: Part 1 (#200)v1.13.0Sergey Nastich2018-08-241-6/+39
| | | | | | | | | | * Add semi-backwards-compatible JSON formats and path matchers for java.time.Instant and java.time.LocalDate * Use `Clock` in `ApplicationContext` instead of `TimeProvider`, deprecate `TimeProvider` * Add `ChangeableClock` in time package for tests * Add generators for instants and LocalDates
* Fixed toCalendar method of TimeOfDay classAleksandr2018-04-091-0/+1
|
* [API-1468] add TimeOfDay (#141)v1.8.11Arthur Rand2018-03-281-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* We don't need a constructor for the system time providerJakob Odersky2018-01-161-0/+1
|
* PDW-598 PR comments, refinement for OptionT utilsvlad2017-04-131-0/+2
|
* PDW-598 Getting rid of log wrappervlad2017-04-121-0/+3
|
* tag int as month via apply methodStewart Stewart2017-03-151-1/+1
|
* fix Time#toDate and sqlDateToDateStewart Stewart2016-12-201-2/+2
|
* Merge branch 'master' into dal-improvementsStewart Stewart2016-12-191-4/+7
|\
| * Merge branch 'master' into implicit-companionsStewart Stewart2016-12-191-4/+7
| |
* | add timezone to time => date conversionStewart Stewart2016-12-191-1/+5
| |
* | move java date helpers out of date.DateStewart Stewart2016-12-191-1/+1
| |
* | add Date generatorStewart Stewart2016-12-171-0/+2
|/
* Renamed package to xyz, New formatting, authorize directive supporting ↵vlad2016-10-211-0/+72
multiple permissions