Read the time when retrieving data from database.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
The datetime format is SQLite, the function expected ISO 8601.
This commit is contained in:
parent
82f471755e
commit
7143e09901
|
@ -136,7 +136,7 @@ namespace remwharead
|
|||
{
|
||||
select.execute();
|
||||
|
||||
entrybuf.datetime = string_to_timepoint(datetime);
|
||||
entrybuf.datetime = string_to_timepoint(datetime, true);
|
||||
|
||||
vector<string> tags;
|
||||
size_t pos = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user