From f6a956c447847ec5e34a5e576dd383965a4bd7bc Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 19 Jan 2007 00:28:42 +0000 Subject: [PATCH] mark toMysql as deprecated --- lib/WebGUI/DateTime.pm | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/DateTime.pm b/lib/WebGUI/DateTime.pm index ba04b25de..e417b9e1a 100755 --- a/lib/WebGUI/DateTime.pm +++ b/lib/WebGUI/DateTime.pm @@ -189,7 +189,8 @@ sub toIcalDate =head2 toMysql -Returns a MySQL Date/Time string in the UTC time zone +Returns a MySQL Date/Time string in the UTC time zone. This method is deprecated +and will be removed at some point in the future. =cut @@ -206,7 +207,9 @@ sub toMysql =head2 toMysqlDate Returns a MySQL Date string. Any time data stored by this object will be -ignored. Is not adjusted for time zone. +ignored. Is not adjusted for time zone. This method is deprecated +and will be removed at some point in the future. + =cut @@ -223,7 +226,9 @@ sub toMysqlDate =head2 toMysqlTime Returns a MySQL Time string. Any date data stored by this object will be -ignored. Is not adjusted for time zone. +ignored. Is not adjusted for time zone. This method is deprecated +and will be removed at some point in the future. + =cut