mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Google Calendar: the client reads all the events the user can write on instead of just the accounts primary events, the timestamp printing of the all-day events is handled
This commit is contained in:
1
wtf/utils.go
Normal file → Executable file
1
wtf/utils.go
Normal file → Executable file
@@ -13,6 +13,7 @@ import (
|
||||
|
||||
const SimpleDateFormat = "Jan 2"
|
||||
const SimpleTimeFormat = "15:04 MST"
|
||||
const FriendlyDateFormat = "Mon, Jan 2"
|
||||
const FriendlyDateTimeFormat = "Mon, Jan 2, 15:04"
|
||||
const TimestampFormat = "2006-01-02T15:04:05-0700"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user