1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
6 CURRENT_TIME_SQL = "SELECT clock_timestamp() AT TIME ZONE 'UTC'"
9 ActiveRecord::Base.connection.select_value(CURRENT_TIME_SQL)
12 def db_transaction_time
13 ActiveRecord::Base.connection.select_value("SELECT current_timestamp AT TIME ZONE 'UTC'")