We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc5107 commit 5e36c68Copy full SHA for 5e36c68
lib/mspec/helpers/datetime.rb
@@ -25,6 +25,7 @@ def new_datetime(opts = {})
25
end
26
27
def with_timezone(name, offset = nil, daylight_saving_zone = "")
28
+ skip "WASI doesn't have TZ concept" if PlatformGuard.wasi?
29
zone = name.dup
30
31
if offset
0 commit comments