1.0.2 • Published 10 months ago

mongoose-ts-timezone v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Mongoose timezone correction

This mongoose plugin save all Date type props to local timezone of server.

Usage

SampleSchema.plugins(require("mongoose-ts-timezone");

Attention:

This plugin save local time as UTC timezone

Sample:

System time => 18:15:00.000 +3:30 (Asia/Tehran)

Saved in Mongo => 18:15:00.000 0:00 (UTC)

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago