Groups | Search | Server Info | Login | Register
Groups > comp.soft-sys.math.maple > #1363
| Newsgroups | comp.soft-sys.math.maple |
|---|---|
| Date | 2022-06-16 18:17 -0700 |
| Message-ID | <e08bea44-59ad-4cf1-ac87-082b24ff742cn@googlegroups.com> (permalink) |
| Subject | Time zones |
| From | jfh <harperjf2@gmail.com> |
Wishing to use Date in my own time zone I tried
> now:=Date(timezone="NZST");
Error, (in Date:-ModuleCopy) unrecognised timezone: NZST
Maple must have a list of acceptable time zone names. How does one find it?
Experimentation eventually found that at present the following works, though of course it will need changing in September when we start daylight saving., and back again in April 2023.
> now:=Date(timezone="GMT+12:00");
now := <Date: 2022-06-17T13:07:28 GMT+12:00>
Back to comp.soft-sys.math.maple | Previous | Next — Next in thread | Find similar
Time zones jfh <harperjf2@gmail.com> - 2022-06-16 18:17 -0700
Re: Time zones acer <maple@rogers.com> - 2022-06-21 09:13 -0700
Re: Time zones jfh <harperjf2@gmail.com> - 2022-06-21 14:37 -0700
Re: Time zones acer <maple@rogers.com> - 2022-06-21 15:01 -0700
Re: Time zones acer <maple@rogers.com> - 2022-06-21 15:05 -0700
csiph-web