Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions exercises/practice/gigasecond/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Instructions append

## Track specific instructions

The tests for this exercise rely on the third-party `datetime` library instead of the `Date` class from the standard library. In our testing, the standard Date class did not support [daylight savings time](https://en.wikipedia.org/wiki/Daylight_saving_time) which led to issues with multiple test cases. Please review [the official documentation](https://lib.haxe.org/p/datetime/) for the `datetime` library for any questions.
Loading