]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
The entire concept of PendingError() is flawed :/.
[apt.git] / cmdline / apt-cache.cc
index 6153f0e49d03fd79840cc9c57090c2adad3e96fd..0d7425c48468bd41defa9b109f1ee6a276a810e9 100644 (file)
@@ -380,7 +380,7 @@ static bool Dump(CommandLine &)
       std::cout << " Size: " << F->Size << std::endl;
       std::cout << " ID: " << F->ID << std::endl;
       std::cout << " Flags: " << F->Flags << std::endl;
-      std::cout << " Time: " << TimeRFC1123(F->mtime) << std::endl;
+      std::cout << " Time: " << TimeRFC1123(F->mtime, true) << std::endl;
       std::cout << " Archive: " << DeNull(F.Archive()) << std::endl;
       std::cout << " Component: " << DeNull(F.Component()) << std::endl;
       std::cout << " Version: " << DeNull(F.Version()) << std::endl;