# Copyright (c) 2023 Yuki Kimoto
# MIT License
class Time::Local {
version "0.114";
use Sys::Time::Tm;
# Class Methods
native static method timelocal : long ($tm : Sys::Time::Tm);
native static method timegm : long ($tm : Sys::Time::Tm);
}