W72crm_web-master/node_modules/date-fns-tz/esm/_lib/tzPattern/index.js

5 lines
196 B
JavaScript
Raw Normal View History

2025-05-27 11:25:53 +08:00
/** Regex to identify the presence of a time zone specifier in a date string */
var tzPattern = /(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/
export default tzPattern