mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Downgrade truly minor TODO to a mere comment
It's not worth keeping a P4 bug open for this. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=126731333
This commit is contained in:
parent
aa1b5229a0
commit
7cd125a7ab
1 changed files with 2 additions and 3 deletions
|
@ -116,9 +116,8 @@ public class BigqueryUtils {
|
||||||
ISODateTimeFormat.hourMinuteSecond().getParser()})
|
ISODateTimeFormat.hourMinuteSecond().getParser()})
|
||||||
// Print UTC as the empty string since BigQuery's TIMESTAMP() function does not accept any
|
// Print UTC as the empty string since BigQuery's TIMESTAMP() function does not accept any
|
||||||
// time zone specification, but require "UTC" on parsing. Since we force this formatter to
|
// time zone specification, but require "UTC" on parsing. Since we force this formatter to
|
||||||
// always use UTC below, the other arguments do not matter.
|
// always use UTC below, the other arguments do not matter. If b/16380363 ever gets resolved
|
||||||
//
|
// this could be simplified to appendLiteral(" UTC").
|
||||||
// TODO(b/26162667): replace this with appendLiteral(" UTC") if b/16380363 gets resolved.
|
|
||||||
.appendTimeZoneOffset("", " UTC", false, 1, 1)
|
.appendTimeZoneOffset("", " UTC", false, 1, 1)
|
||||||
.toFormatter()
|
.toFormatter()
|
||||||
.withZoneUTC();
|
.withZoneUTC();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue