namhnguyen / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

Unify the time libraries for parsing #871

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. The following libraries do basically the same task (parsing time): 
ATimeParserFactory and DateTimeFormatUtils
2. The following libraries do basically the same task (parsing date): 
ADateParserFactory and DateTimeFormatUtils
3. The following libraries do basically the same task (parsing datetime): 
ADateParserFactory, ATimeParserFactory and DateTimeFormatUtils

What is the expected output? What do you see instead?
Do we need both sets of libraries? 

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ecarm...@ucr.edu on 20 Apr 2015 at 6:15