3 Nov
2016
3 Nov
'16
2:22 p.m.
Hi! Can anyone help me understand how or where I can check the included functions on MonetDB to convert timestamp from one timezone to another?
Hi Ariel, Am 02.11.2016 um 15:43 schrieb Ariel Abadi: that depends whether you want it in SQL or MAL. For SQL you can use the table *functions* (e.g. "SELECT * FROM"). For MAL functions there is *manual.functions* (e.g. "(sigs, adrs, coms) := manual.functions(); io.print(sigs, adrs, coms);"), which is an easy way to lookup arbitrary functions. There seems to be something in module *mtime* related to timezone conversion.