mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Context: Initialize ISO8601::weekstart
This commit is contained in:
parent
12aeecc73f
commit
541e9eec30
3 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#include <Lexer.h>
|
||||
#include <ISO8601.h>
|
||||
#include <Date.h>
|
||||
#include <i18n.h>
|
||||
|
||||
#define DAY 86400
|
||||
#define HOUR 3600
|
||||
|
@ -105,6 +106,8 @@ static struct
|
|||
|
||||
#define NUM_DURATIONS (sizeof (durations) / sizeof (durations[0]))
|
||||
|
||||
std::string ISO8601d::weekstart = STRING_DATE_SUNDAY;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ISO8601d::ISO8601d ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue