[Gambas-user] [Gambas Bug Tracker] Bug #1097: Date.ToUnixTime loses a day

2017-05-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1097=L21haW4- Comment #4 by T. Lee DAVIDSON: Revision #8133 apparently has not hit the Packman repo yet. But, I can confirm that: DateDiff(Date(1970, 1, 1), Now, gb.Second) + System.TimeZone produces output that matches: Shell "date +%s" Thank

[Gambas-user] [Gambas Bug Tracker] Bug #1097: Date.ToUnixTime loses a day

2017-05-03 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1097=L21haW4- Comment #3 by Benoît MINISINI: Can you try revision #8133? -- Check out the vibrant tech community on one of the world's most engaging tech sites,

[Gambas-user] [Gambas Bug Tracker] Bug #1097: Date.ToUnixTime loses a day

2017-04-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1097=L21haW4- Comment #2 by T. Lee DAVIDSON: The output I get is: 04/25/2017 20:53:43 04/28/2017 12:07:32 04/27/2017 12:07:32 Lines 1 & 2 are correct at local time (GMT-4) Line 3 is a day behind. With the following: Dim sEpochSeconds As String

[Gambas-user] [Gambas Bug Tracker] Bug #1097: Date.ToUnixTime loses a day

2017-04-27 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1097=L21haW4- Comment #1 by Benoît MINISINI: I see no problem there. Can you show me your output? Benoît MINISINI changed the state of the bug to: NeedsInfo. -- Check

[Gambas-user] [Gambas Bug Tracker] Bug #1097: Date.ToUnixTime loses a day

2017-04-25 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1097=L21haW4- T. Lee DAVIDSON reported a new bug. Summary --- Date.ToUnixTime loses a day Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description --- The output of