utc-dates

A simple date formatting/parsing library that (by default) normalizes all formatted dates to UTC, and assumes all date strings are indicated in UTC. Its intended use is to offer a simple API useful for representing/consuming dates within lexicographically-sensitive database systems (e.g. couchdb, AWS SimpleDB, etc).

License

License

GroupId

GroupId

com.cemerick
ArtifactId

ArtifactId

utc-dates
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

utc-dates
A simple date formatting/parsing library that (by default) normalizes all formatted dates to UTC, and assumes all date strings are indicated in UTC. Its intended use is to offer a simple API useful for representing/consuming dates within lexicographically-sensitive database systems (e.g. couchdb, AWS SimpleDB, etc).
Project URL

Project URL

http://github.com/cemerick/utc-dates

Download utc-dates

How to add to project

<!-- https://jarcasting.com/artifacts/com.cemerick/utc-dates/ -->
<dependency>
    <groupId>com.cemerick</groupId>
    <artifactId>utc-dates</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cemerick/utc-dates/
implementation 'com.cemerick:utc-dates:0.0.2'
// https://jarcasting.com/artifacts/com.cemerick/utc-dates/
implementation ("com.cemerick:utc-dates:0.0.2")
'com.cemerick:utc-dates:jar:0.0.2'
<dependency org="com.cemerick" name="utc-dates" rev="0.0.2">
  <artifact name="utc-dates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cemerick', module='utc-dates', version='0.0.2')
)
libraryDependencies += "com.cemerick" % "utc-dates" % "0.0.2"
[com.cemerick/utc-dates "0.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1