Documentation ¶ Index ¶ func GetRuntimeTimezone(logger *log.Logger) error type DateTime func (date *DateTime) MarshalCSV() (string, error) func (date *DateTime) UnmarshalCSV(csv string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetRuntimeTimezone ¶ func GetRuntimeTimezone(logger *log.Logger) error Types ¶ type DateTime ¶ type DateTime struct { time.Time } func (*DateTime) MarshalCSV ¶ func (date *DateTime) MarshalCSV() (string, error) func (*DateTime) UnmarshalCSV ¶ func (date *DateTime) UnmarshalCSV(csv string) error Source Files ¶ View all Source files datetime.go timezone.go Directories ¶ Show internal Expand all Path Synopsis api auth header timeline/details timeline/transactions websocket console database document filesystem portfolio transaction writer Click to show internal directories. Click to hide internal directories.