Axibase Date Processor

Library for manipulating timestamps using Axibase datetime syntax

License

License

GroupId

GroupId

com.axibase
ArtifactId

ArtifactId

date-processor
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Axibase Date Processor
Library for manipulating timestamps using Axibase datetime syntax
Project URL

Project URL

https://axibase.com/docs/atsd/shared/time-pattern.html#date-and-time-patterns
Project Organization

Project Organization

Axibase
Source Code Management

Source Code Management

https://github.com/axibase/date-processor.git

Download date-processor

How to add to project

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

Dependencies

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3
org.openjdk.jmh : jmh-core jar 1.22
org.openjdk.jmh : jmh-generator-annprocess jar 1.22

Project Modules

There are no modules declared in this project.

Build Status License Maven Central Known Vulnerabilities

Date parsing and formatting library optimized for Axibase date pattern syntax.

com.axibase.date.DatetimeProcessor performs parsing and formatting timestamps.

com.axibase.date.PatternResolver creates a com.axibase.date.DatetimeProcessor object by pattern.

Processor objects are immutable, so feel free to cache them for better performance.

com.axibase

Axibase Corporation

Public Axibase repositories on GitHub

Versions

Version
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0