2021-11-22 13:02:47 -06:00
2021-11-22 09:39:27 -06:00
2021-11-22 09:44:16 -06:00
2021-11-22 12:36:40 -06:00
2021-11-22 09:44:16 -06:00
2021-11-22 13:02:47 -06:00
2021-11-22 13:01:20 -06:00

Convert time GMT

convert the timestamp in a format dd/mm/yyyy hh:mm:ss with GMT as default

Installing

npm i convert-time-gmt --save

Usage

On the main file:

const gmtConversion = require('convert-time-gmt')

gmtConversion() // 2021/22/11 12:00:00

gmtConversion(new Date()) // 2021/22/11 12:00:00

gmtConversion(new Date(), 'GMT-05:00') // 2021/22/11 07:00:00
Description
convert the timestamp in a format dd/mm/yyyy hh:mm:ss
Readme 13 MiB
Languages
JavaScript 97.9%
Shell 2.1%