WSL/SLF GitLab Repository

Skip to content
  • Mathias Bavay's avatar
    This is the fix for issue 140. When setting a Date with setDate(y,m,d,H,M, TZ)... · 55fbf756
    Mathias Bavay authored
    This is the fix for issue 140. When setting a Date with setDate(y,m,d,H,M, TZ) if TZ==0 no recalculation of the date elements (year, month, etc) would be performed, thus keeping a potential 24 for hours. If calling afterward getDate(gmt), it would return these internal values without any further calculation, thus returning hour=24.
    55fbf756