Searched defs:formatter (Results 1 – 10 of 10) sorted by relevance
141 SimpleDateFormat formatter = new SimpleDateFormat("HH:mm:ss"); in logDebugFiles() local
782 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); in parseTime() local
763 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in parseTime() local
842 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in parseTime() local
306 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); in parseTime() local
433 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in parseTime() local
154 SimpleDateFormat formatter = new SimpleDateFormat(RetentionFileSaver.RETENTION_DATE_FORMAT); in testGetFileDir_retention() local
139 SimpleDateFormat formatter = new SimpleDateFormat(RetentionFileSaver.RETENTION_DATE_FORMAT); in testGetFileDir_retention() local
59 SimpleDateFormat formatter = new SimpleDateFormat("MM-dd HH:mm:ss"); in getLogFormatString() local
2329 def phone_number_formatter(input_string, formatter=None): argument