Const-ify a couple of datetime parsing subroutines.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bad5116957eea2dc360c6c233be08284bd3d5364
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-12-09T15:43:45Z
Releases: 16.0
Const-ify a couple of datetime parsing subroutines.

More could be done in this line, but I just grabbed some low-hanging
fruit.  Principal objective was to remove the need for several ugly
unconstify() usages in formatting.c.

Files