]> git.saurik.com Git - apt.git/commit
avoid changing the global LC_TIME for Release writing
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 28 May 2016 10:41:12 +0000 (12:41 +0200)
committerJulian Andres Klode <jak@debian.org>
Mon, 14 Nov 2016 14:10:03 +0000 (15:10 +0100)
commit78e7b683c645e907db12658405a4b201a6243ea8
tree8e789132e5808f422f9dbd56264c0b093289962b
parent2da46c907ee0f9fa022f39b12dcf72c02013648d
avoid changing the global LC_TIME for Release writing

Using C++ here avoids calling setlocale here which never really was that
ideal, but needed to avoid locale specific weekday/month names.

(cherry picked from commit e0b01a85bd8395449a88e1806ea4a4e3acdbac33)
ftparchive/writer.cc