Skip to content
This repository was archived by the owner on Sep 28, 2019. It is now read-only.
This repository was archived by the owner on Sep 28, 2019. It is now read-only.

Bug in IeTime56.cs #4

@MartinF95

Description

@MartinF95

I think there is a bug in the file IEC60870 --> IE --> IeTime56.cs. Why do you write in the methode below a "+1" for the month? When I use it, I'll get the wrong month.

public IeTime56(long timestamp, TimeZone timeZone, bool invalid)
{
...
 value[5] = (byte) (datetime.Month + 1);
...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions