mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +02:00
VimwikiTask: SerializingObject needs TW instance now
This commit is contained in:
parent
c0c2b91f3f
commit
4229a6a8de
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class VimwikiTask(object):
|
|||
|
||||
# We need to interpret it as timezone aware object in user's timezone
|
||||
# This properly handles DST, timezone offset and everything
|
||||
self['due'] = SerializingObject().datetime_normalizer(parsed_due)
|
||||
self['due'] = SerializingObject(self.tw).datetime_normalizer(parsed_due)
|
||||
|
||||
# After all line-data parsing, save the data in the buffer
|
||||
self._buffer_data = {key:self[key] for key in self.buffer_keys}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue