Skip to content

Commit

Permalink
#2231 Corrected comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Sep 12, 2023
1 parent a8cc6e5 commit e0a648f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcode/vx_nc_util/nc_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3611,7 +3611,7 @@ void parse_time_string(const char *str, unixtime &ut) {
}
else {
// Tokenize the input string
// Parse using spaces or 'T' for timestrings such as:
// Parse using spaces, '_', or 'T' for timestrings such as:
// 2016-01-28T12:00:00Z
// 1977-08-07 12:00:00Z
StringArray tok;
Expand Down

0 comments on commit e0a648f

Please sign in to comment.