LibWeb: Restore flags to prevent formatting timestamps as local time

The flag to stringify these timestamps as UTC was errantly dropped in
6fb2be96bf. This was causing test-web to
fail in time zones other than GMT+0.
This commit is contained in:
Timothy Flynn 2025-06-25 16:32:24 -04:00 committed by Jelle Raaijmakers
commit 3171d57639
Notes: github-actions[bot] 2025-06-25 21:42:10 +00:00
7 changed files with 63 additions and 18 deletions

View file

@ -23,6 +23,8 @@ public:
void signal_test_is_done(String const& text);
void set_test_timeout(double milliseconds);
WebIDL::ExceptionOr<String> set_time_zone(StringView time_zone);
void gc();
JS::Object* hit_test(double x, double y);