Skip to content

Commit e4cf98d

Browse files
authored
Update README with time abbreviation and midnight clarification
Emphasize the correct use of time abbreviations during Daylight Savings Time and clarify the definition of midnight.
1 parent 0238c5e commit e4cf98d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ PC Computer Time
33

44
Information about time sources
55

6+
67
Creating a Date timestamp environmental variable for file names and logs.<br>
78
Windows: `SET DateString=%DATE:~10,4%%DATE:~4,2%%DATE:~7,2%`
89

@@ -45,7 +46,7 @@ Seconds | Minutes
4546

4647
https://time.gov
4748

48-
Fix the abbreviation when writing the time, EST (Eastern Standard Time, Central, Mountain, Pacific Standard Time) should not be used during Daylight Savings Time, instead use EDT or ET (or CDT, MDT, PDT).
49+
Fix the abbreviation when writing the time, EST (Eastern Standard Time, Central, Mountain, Pacific Standard Time) should not be used during Daylight Savings Time, instead use **EDT** or **ET** (or CDT, MDT, PDT).
4950

5051
DST Ends in November.
5152

@@ -61,6 +62,8 @@ International users frequently use summer time and winter time as equivilant to
6162

6263
-----
6364

65+
##
66+
6467
0:00 is midnight (or 12:00 A.M.)<br>
6568
12:00 is noon (or 12:00 P.M.)<br>
6669

0 commit comments

Comments
 (0)