An open API service indexing awesome lists of open source software.

https://github.com/tripolskypetr/get-moment-stamp

Calculate days since 01/01/1970
https://github.com/tripolskypetr/get-moment-stamp

date date-fns dayjs immutable lightweight moment time timestamp unixtime utc zero-dependency

Last synced: 7 months ago
JSON representation

Calculate days since 01/01/1970

Awesome Lists containing this project

README

          

# get-moment-stamp

> Calculates days since 01/01/1970 in London

![screenshot](https://github.com/tripolskypetr/get-moment-stamp/blob/master/assets/screenshot.png?raw=true)

## The problem

When you working with dates, It require to use UTC time format. For example `2024-06-07T14:31:22Z`. It's ok if you are using SQL, but awful if you are working from vanilla javascript.

The `getMomentStamp()` function returns number of days since `01/01/1970` independent from the current time zone. Quite usefull when building schedulers. The `getTimeStamp()` returns the number of minutes since `00:00` of the current day.

## Usage

Build especially for [react-declarative](https://github.com/react-declarative/react-declarative) time serialization format to use on a backend side