diff --git a/pttodo/todo.go b/pttodo/todo.go index ed64a8f..1fe9ad6 100644 --- a/pttodo/todo.go +++ b/pttodo/todo.go @@ -36,7 +36,7 @@ func (todo Todo) Triggered() bool { } func (todo Todo) MarshalYAML() (interface{}, error) { - if false && !todo.writeTS { + if !todo.writeTS { todo.TS = 0 } else { todo.TS = TS(todo.TS.time().Unix())