[Tile-serving] [osm2pgsql-dev/osm2pgsql] Replace fmt::localtime with localtime_r (PR #2457)
Kefu Chai
notifications at github.com
Sun Apr 5 00:55:10 UTC 2026
tchaikov left a comment (osm2pgsql-dev/osm2pgsql#2457)
@joto hi Jochen, thank you for your insights. indeed, i completely missed that we had to be compatible with windows platforms and removed the MSVC bits in fmt's implementation. just updated the change to use `localtime_s()` to address the windows portability, as you pointed out `std::chrono::time_zone::to_local()` is not ready for us yet.
--
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2457#issuecomment-4188022578
You are receiving this because you are subscribed to this thread.
Message ID: <osm2pgsql-dev/osm2pgsql/pull/2457/c4188022578 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20260404/e9a215ce/attachment.htm>
More information about the Tile-serving
mailing list