Skip to content

Commit 6731050

Browse files
committed
v0.0.4
1 parent 84a6515 commit 6731050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

holidays.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
* * Checks if the market is closing early
99
*/
1010
func IsEarlyClose() bool {
11-
currentDate := GetESTTime()
11+
currentDate := time.Now().UTC()
1212

1313
/**
1414
* * Same Day Holidays

0 commit comments

Comments
 (0)