MCPcopy Index your code
hub / github.com/sequelize/sequelize / parse

Method parse

src/dialects/oracle/data-types.js:198–206  ·  view source on GitHub ↗
(value, options)

Source from the content-addressed store, hash-verified

196 }
197
198 static parse(value, options) {
199 if (value === null) {
200 return value;
201 }
202 if (options && moment.tz.zone(options.timezone)) {
203 value = moment.tz(value.toString(), options.timezone).toDate();
204 }
205 return value;
206 }
207
208 /**
209 * avoids appending TO_TIMESTAMP_TZ in _stringify

Callers 1

_processRowsMethod · 0.45

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected