Skip to content

Commit 2cc21de

Browse files
7.13.0rc
1 parent 0bae78c commit 2cc21de

8 files changed

Lines changed: 305 additions & 1144 deletions

File tree

builds/spacetime.cjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* spencermountain/spacetime 7.12.1 Apache 2.0 */
1+
/* spencermountain/spacetime 7.13.0 Apache 2.0 */
22
(function (global, factory) {
33
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
44
typeof define === 'function' && define.amd ? define(factory) :
@@ -75,8 +75,7 @@
7575
"4.5|n": "2/kabul",
7676
"3|s": "12/syowa,9/antananarivo",
7777
"3|n|04/24:00->10/29:24": "0/cairo,egypt",
78-
"3|n|03/29:03->10/25:04": "2/famagusta,2/nicosia,8/athens,8/bucharest,8/helsinki,8/kyiv,8/mariehamn,8/riga,8/sofia,8/tallinn,8/uzhgorod,8/vilnius,8/zaporozhye,8/nicosia,8/kiev,eet",
79-
"3|n|03/29:02->10/25:03": "8/chisinau,8/tiraspol",
78+
"3|n|03/29:03->10/25:04": "2/famagusta,2/nicosia,8/athens,8/bucharest,8/chisinau,8/helsinki,8/kyiv,8/mariehamn,8/riga,8/sofia,8/tallinn,8/uzhgorod,8/vilnius,8/zaporozhye,8/nicosia,8/tiraspol,8/kiev,eet",
8079
"3|n|03/29:00->10/24:24": "2/beirut",
8180
"3|n|03/28:02->10/24:02": "2/gaza,2/hebron",
8281
"3|n|03/27:02->10/25:02": "2/jerusalem,2/tel_aviv,israel",
@@ -113,7 +112,8 @@
113112
"-9.5|n": "11/marquesas",
114113
"-8|n|03/08:02->11/01:02": "1/anchorage,1/juneau,1/metlakatla,1/nome,1/sitka,1/yakutat,us/alaska",
115114
"-8|n": "11/pitcairn",
116-
"-7|n|03/08:02->11/01:02": "1/los_angeles,1/santa_isabel,1/tijuana,1/vancouver,1/ensenada,6/pacific,10/bajanorte,us/pacific-new,us/pacific",
115+
"-7|n|03/08:02->11/01:03": "1/vancouver,6/pacific",
116+
"-7|n|03/08:02->11/01:02": "1/los_angeles,1/santa_isabel,1/tijuana,1/ensenada,10/bajanorte,us/pacific-new,us/pacific",
117117
"-7|n": "1/creston,1/dawson,1/dawson_creek,1/fort_nelson,1/hermosillo,1/mazatlan,1/phoenix,1/whitehorse,6/yukon,10/bajasur,us/arizona,mst",
118118
"-6|s|04/04:22->09/05:22": "11/easter,7/easterisland",
119119
"-6|n|04/07:02->10/27:02": "1/merida",
@@ -4177,7 +4177,7 @@
41774177
return tzs
41784178
};
41794179

4180-
var version = '7.12.1';
4180+
var version = '7.13.0';
41814181

41824182
const main = (input, tz, options) => new SpaceTime(input, tz, options);
41834183

builds/spacetime.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

builds/spacetime.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ This project follows semVer, where:
99
1010
-->
1111

12+
### 7.13.0 [Jun 2026]
13+
- **[fix]** - typescript config issue
14+
- **[fix]** - leap-year issue #461
15+
- **[update]** - Chisinau + Vancouver dst hour
16+
- **[new]** - static LLM docs
17+
- **[update]** - dependencies
18+
1219
### 7.12.1 [May 2026]
1320
- **[fix]** - regression for today param in object format
1421
- **[change]** - add npm ignore-scripts=true

0 commit comments

Comments
 (0)