Skip to content

Commit

Permalink
Merge pull request #234 from spencermountain/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
spencermountain authored Oct 28, 2020
2 parents 2eac444 + 91bce4a commit c5ef07e
Show file tree
Hide file tree
Showing 60 changed files with 4,634 additions and 4,487 deletions.
1 change: 0 additions & 1 deletion .codecov.yml

This file was deleted.

8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,14 +270,6 @@ s.unixFmt('yyyy.MM.dd h:mm a') // '2017.Nov.16 11:34 AM'
DST changes move around all the time, and timezones pop-in and out of existence.
We store and use only the latest DST information, and apply it to historical dates.
#### ◆ DST changes within 1-hour
when very-close to a DST change, we can get the hour wrong, by 1.
This is [a tricky](https://github.com/spencermountain/spacetime/issues/182) order-of-operations issue.
To most people, DST changes occur during an unspecified time overnight, anyways.
#### ◆ International date line
`.goto()` never crosses the date-line. This is mostly the intuitive behaviour.
Expand Down
2 changes: 1 addition & 1 deletion _version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '6.7.0'
module.exports = '6.8.0'
7,875 changes: 3,964 additions & 3,911 deletions builds/spacetime.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/spacetime.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit c5ef07e

Please sign in to comment.