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