Dear MonetDB users,
I’m looking for a way to convert a timestamp (or timestamp string) like „2018-02-14 23:59:59” to a UNIX timestamp using MonetDB’s functions. In MySQL this can be done using the function UNIX_TIMESTAMP(), so I’m looking for the MonetDB equivalent
of that, if it exists.
I found sys.epoch(), but that does the opposite of what I need.
Thanks in advance.
Best regards,
Marcell