Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-1348

Redundancy in Date/Time functions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • util
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            damitha Damitha N.M. Kumarage
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: