[ https://issues.apache.org/jira/browse/AXIS2C-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bill Blough reopened AXIS2C-1348: --------------------------------- > Redundancy in Date/Time functions > --------------------------------- > > Key: AXIS2C-1348 > URL: https://issues.apache.org/jira/browse/AXIS2C-1348 > Project: Axis2-C > Issue Type: Bug > Components: util > Reporter: Damitha N.M. Kumarage > Priority: Major > > In axis2 time handling functions there are lot of unneccessary redundancies > which in my view complicate the life of developer unneccessarily. For example > following five functions > axutil_date_time_deserialize_date() > axutil_date_time_deserialize_time() > axutil_date_time_deserialize_date_time() > axutil_date_time_deserialize_time_with_time_zone() > axutil_date_time_deserialize_date_time_with_time_zone() > could be reduced into one function called > axutil_date_time_deserialize_date_time(). Within the function the date time > string should be analized to see whether it is date time, date, time, > date/time with time zone etc etc. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@axis.apache.org For additional commands, e-mail: c-dev-h...@axis.apache.org