Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|
Nico Weber
|
2c1b84b3e1
|
LibJS: Add some more tests, mostly around leap years
|
2020-08-26 08:52:07 +02:00 |
|
Nico Weber
|
84f729c2b4
|
LibJS+LibC: Add tests for Date tuple ctor overflow and make mktime()/timegm() handle month overflow
|
2020-08-24 09:30:11 +02:00 |
|
Nico Weber
|
c399caf27f
|
LibC: Make mktime() and timegm() handle years before 1970
And also years that don't fit in 32-bit.
Lovingly tested via LibJS's Date.UTC(), which happens to call
timegm().
|
2020-08-22 10:53:33 +02:00 |
|
Nico Weber
|
1eac1b360b
|
LibJS: Implement Date.UTC()
|
2020-08-21 12:11:48 +02:00 |
|