Skip to content

Commit 10d6574

Browse files
authored
Update README.md
1 parent 7063212 commit 10d6574

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ A .NET `DateTime` value can potentially have multiple ambiguous meanings.
99
- local to the system (`DateTimeKind.Local`)
1010
- up for grabs (`DateTimeKind.Unspecified`)
1111

12-
The same `DateTime` could refer to different instants in time in different timezones.
13-
* For a given timezone, time cannot be expressed as a linear sequence of `DateTime`s -- there may be gaps (when the clock moves forward), or there may be places where the sequence doubles back (when the clock moves back). The combination of a `DateTime` and a time zone may refer to 1, 0 or 2 instants in time.
12+
The same `DateTime` could refer to different instants in time depending on the timezone.
13+
14+
* Even within a specific timezone, time cannot be expressed as a linear sequence of `DateTime`s -- there may be gaps (when the clock moves forward), or there may be places where the sequence doubles back (when the clock moves back). The combination of a `DateTime` and a time zone may refer to 1, 0 or 2 instants in time.
1415

1516
This project provides a custom debugging visualizer that maps out these possible instants for a given `DateTime`, using the NodaTime library. In addition, you can choose a list of timezones to apply to each of those possible instants.
1617

0 commit comments

Comments
 (0)