( #comment (let config (DataSource 'config)) (let res_sink (DataSink 'result)) (let world (Write! world res_sink (Key) (TimezoneName (TimezoneId (String '"Europe/Moscow"))) '('('type)))) (let world (Commit! world res_sink)) (return world) )