Fix ICS version

This commit is contained in:
2024-01-28 05:58:55 -06:00
parent c38d7715f5
commit 3a54387881
2 changed files with 5 additions and 3 deletions

View File

@@ -31,8 +31,10 @@ var (
centralTime *time.Location
)
const Version = "0.0.1"
const CentralTimezone = "America/Chicago"
const (
ICalTimestampFormatUtc = "20060102T150405Z"
CentralTimezone = "America/Chicago"
)
func init() {
// Load environment variables