Development discussion of WireGuard
 help / color / mirror / Atom feed
From: Stefan Rinkes <stefan.rinkes@gmail.com>
To: wireguard@lists.zx2c4.com
Subject: [PATCH] Use localtime in inf2cat
Date: Mon, 30 Nov 2020 10:32:36 +0100	[thread overview]
Message-ID: <CAMy1ncKmBmWcnsyD0Mg9SGGMpYsHpbH+nGTMtx4Kkx0kF4V_VQ@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 54 bytes --]

Else build fails in other timezones at certain times.

[-- Attachment #2: 0001-Use-localtime-in-inf2cat.patch --]
[-- Type: application/octet-stream, Size: 834 bytes --]

From 04ab8baaacc0f41eee2b56642da1fb104edac5ed Mon Sep 17 00:00:00 2001
From: Stefan Rinkes <stefan.rinkes@gmail.com>
Date: Mon, 30 Nov 2020 10:10:00 +0100
Subject: [PATCH] Use localtime in inf2cat

Else build fails in other timezones at certain times.
---
 driver/driver.vcxproj | 1 +
 1 file changed, 1 insertion(+)

diff --git a/driver/driver.vcxproj b/driver/driver.vcxproj
index cbfed3e..dac2c98 100644
--- a/driver/driver.vcxproj
+++ b/driver/driver.vcxproj
@@ -46,6 +46,7 @@
     <ConfigurationType>Driver</ConfigurationType>
     <DriverType>WDM</DriverType>
     <SpectreMitigation>false</SpectreMitigation>
+    <Inf2CatUseLocalTime>true</Inf2CatUseLocalTime>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
     <UseDebugLibraries>false</UseDebugLibraries>
-- 
2.25.1


             reply	other threads:[~2020-12-02 13:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-30  9:32 Stefan Rinkes [this message]
2020-12-02 13:45 ` Jason A. Donenfeld
     [not found]   ` <CAMy1ncJtqYE6GQY4pQfq7=hw05SMRceC=unAQgGXcnLX=SAcQQ@mail.gmail.com>
2020-12-02 14:05     ` Jason A. Donenfeld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMy1ncKmBmWcnsyD0Mg9SGGMpYsHpbH+nGTMtx4Kkx0kF4V_VQ@mail.gmail.com \
    --to=stefan.rinkes@gmail.com \
    --cc=wireguard@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).