fix: take into account hours when calculating a relative timezone dst
This commit is contained in:
@@ -84,7 +84,7 @@ public:
|
||||
DstDate();
|
||||
void Clear();
|
||||
int Compare(const pt::Date & utc_date) const;
|
||||
static pt::Date CalculateRelativeDate(int year, int month, bool is_first, int weekday);
|
||||
static pt::Date CalculateRelativeDate(int year, int month, bool is_first, int weekday, int hour, int min, int sec);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user