1.1.1 • Published 7 years ago

atm-timestamp v1.1.1

Weekly downloads
16
License
LGPL-2.1
Repository
github
Last release
7 years ago

atm-timestamp

A timestamp service used by Electron ATM and ATM State Navigator applications. The get() method of the service returns current time string in HH:MM:ss.mmm format (e.g. '14:52:50.007'), which may be used in traces, logs etc.

Install

npm install atm-timestamp

To Use:

> var Timestamp = require('atm-timestamp');
> var t = new Timestamp();
> t.get()
'14:52:01.548'
> t.get()
'14:52:50.007'
1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago