mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-12-08 14:58:42 +00:00
Add timezone field to timestamps
This commit is contained in:
@ -28,13 +28,13 @@ namespace Ntp.Analyzer.Objects
|
||||
protected DispersionReading(
|
||||
int id,
|
||||
DateTime time,
|
||||
int zone,
|
||||
Host host,
|
||||
Peer peer,
|
||||
ReadingBulk bulk,
|
||||
double offset,
|
||||
double jitter
|
||||
)
|
||||
: base(id, time, host, bulk)
|
||||
: base(id, time, zone, host)
|
||||
{
|
||||
Peer = peer;
|
||||
Offset = offset;
|
||||
|
||||
Reference in New Issue
Block a user