Skip to content

Commit

Permalink
0002011: Automatically handle conversion from Time to Timestamp durin…
Browse files Browse the repository at this point in the history
…g data load
  • Loading branch information
chenson42 committed Oct 14, 2014
1 parent 3c6ad0c commit fa38a3b
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -39,7 +39,8 @@
public final class FormatUtils {

public static final String[] TIMESTAMP_PATTERNS = { "yyyy-MM-dd HH:mm:ss.S",
"yyyy-MM-dd HH:mm:ss", "yyyy-MM-dd HH:mm:ss.SSS", "yyyy-MM-dd HH:mm", "yyyy-MM-dd" };
"yyyy-MM-dd HH:mm:ss", "yyyy-MM-dd HH:mm:ss.SSS", "yyyy-MM-dd HH:mm", "yyyy-MM-dd",
"HH:mm:ss.S", "HH:mm:ss" };

public static final String[] TIME_PATTERNS = { "HH:mm:ss.S", "HH:mm:ss",
"yyyy-MM-dd HH:mm:ss.S", "yyyy-MM-dd HH:mm:ss" };
Expand Down

0 comments on commit fa38a3b

Please sign in to comment.