Index: openacs-4/packages/calendar/tcl/calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/calendar-procs.tcl,v diff -u -r1.39.2.10 -r1.39.2.11 --- openacs-4/packages/calendar/tcl/calendar-procs.tcl 9 Feb 2023 16:39:39 -0000 1.39.2.10 +++ openacs-4/packages/calendar/tcl/calendar-procs.tcl 9 Feb 2023 17:00:59 -0000 1.39.2.11 @@ -15,12 +15,17 @@ namespace eval calendar {} namespace eval calendar::notification {} -ad_proc calendar::make_datetime { +ad_proc -deprecated calendar::make_datetime { event_date {event_time ""} } { given a date, and a time, construct the proper date string to be imported into oracle. (yyyy-mm-dd hh24:mi format)s + + DEPRECATED: clock idioms and HTML5 feature make this date + conversion api less useful + + @see clock } { # MUST CONVERT TO ARRAYS! (ben)