@returns a bunch of meta-data about your current timezone
()
| 37 | |
| 38 | /** @returns a bunch of meta-data about your current timezone */ |
| 39 | timezone(): TimezoneMeta |
| 40 | /** swap the timezone, but keep the same date-time (if possible) */ |
| 41 | timezone(tz: String): Spacetime |
| 42 |
no outgoing calls
no test coverage detected