Commit abc642a3 authored by Frank Bergmann's avatar Frank Bergmann

- sql_timestamp in date-proces changed to return to_timestamp(...)

parent 27c1d919
......@@ -310,7 +310,7 @@ ad_proc -public template::util::date::get_property { what date } {
}
set pad "00"
}
return "to_date('$value', '$format')"
return "to_timestamp('$value', '$format')"
}
ansi {
# LARS: Empty date results in NULL value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment