mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Rudimentary modal showing up for Todo on 'e'
This commit is contained in:
@@ -48,7 +48,7 @@ func (widget *Widget) Refresh() {
|
||||
}
|
||||
|
||||
func (widget *Widget) prettyBuiltAt() string {
|
||||
str, err := time.Parse("2006-01-02T15:04:05-0700", widget.BuiltAt)
|
||||
str, err := time.Parse(wtf.TimestampFormat, widget.BuiltAt)
|
||||
if err != nil {
|
||||
return err.Error()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user