faa-swim / fns-client

The System Wide Information Service (SWIM) Federal NOTAM System (FNS) Java Messaging Service (JMS) Reference Implementation (FnsClient) provides an example implementation on how to establish and maintain a local instance of the FNS NOTAM Database through the use of the FNS Initial Load (FIL) and SWIM FNS JMS services. FIL provides all active NOTAMS, via SFTP, that is required to initialize a NOTAM database and the SWIM JMS service provides, via JMS, NOTAM updates to keep the NOTAM database current. FIL also provides for re-initialization of a NOTAM database in the case of JMS service interruption.
Apache License 2.0
12 stars 6 forks source link

* When removing notams compare the timestamp with in the same timezone #5

Closed nhasan closed 2 years ago

nhasan commented 2 years ago
nhasan commented 2 years ago

Please consider this change. It fixes the issue where the expired notams are not removed right after expiry as code is comparing timestamps in different time zones (UTC and local).