Replace lookup-based time logic with direct epoch calculation formulas
All checks were successful
All checks were successful
This commit is contained in:
@@ -19,7 +19,6 @@ namespace RTL
|
||||
{
|
||||
private:
|
||||
STATIC CUSHORT DaysInMonth[2][12];
|
||||
STATIC CUSHORT DaysPrecedingMonth[2][12];
|
||||
|
||||
public:
|
||||
STATIC XTAPI XTSTATUS TimeFieldsToUnixEpoch(IN PTIME_FIELDS TimeFields,
|
||||
|
||||
Reference in New Issue
Block a user