TimezoneIdName.yqls 242 B

123456789
  1. (
  2. #comment
  3. (let config (DataSource 'config))
  4. (let res_sink (DataSink 'result))
  5. (let world (Write! world res_sink (Key) (TimezoneName (TimezoneId (String '"Europe/Moscow"))) '('('type))))
  6. (let world (Commit! world res_sink))
  7. (return world)
  8. )