mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ISO8601d: Added ::toJulian
This commit is contained in:
parent
7a5025e64d
commit
c0bc6059ca
2 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,7 @@ public:
|
|||
operator time_t () const;
|
||||
bool parse (const std::string&, std::string::size_type&, const std::string& format = "");
|
||||
|
||||
double toJulian ();
|
||||
void toMDY (int&, int&, int&);
|
||||
|
||||
ISO8601d startOfDay () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue