Return an instance of Sequel.datetime_class that will be literalized as CURRENT_TIMESTAMP.
[Source]
# File lib/sequel/extensions/current_datetime_timestamp.rb, line 30 30: def current_datetime 31: MAP.fetch(Sequel.datetime_class).now 32: end
[Validate]