UNPKG

arb-convert

Version:

Convert Application Resource Bundle (ARB) translation files to other translation formats and back

7 lines (6 loc) 174 B
"use strict"; describe('Timezones', function () { test('timezone should always be UTC', function () { expect(new Date().getTimezoneOffset()).toBe(0); }); });