diff options
Diffstat (limited to 'src/backend/utils/adt/timestamp.c')
-rw-r--r-- | src/backend/utils/adt/timestamp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/timestamp.c b/src/backend/utils/adt/timestamp.c index 7456808a427..98a2ab5e58a 100644 --- a/src/backend/utils/adt/timestamp.c +++ b/src/backend/utils/adt/timestamp.c @@ -5148,7 +5148,7 @@ timestamp_zone_transform(PG_FUNCTION_ARGS) * This function is just timestamp2timestamptz() except instead of * shifting to the global timezone, we shift to the specified timezone. * This is different from the other AT TIME ZONE cases because instead - * of shifting to a _to_ a new time zone, it sets the time to _be_ the + * of shifting _to_ a new time zone, it sets the time to _be_ the * specified timezone. */ Datum |