Package: metar
Version: 20050622.1-1
Severity: minor
Tags: patch

    KICT 060056Z 11010KT 10SM FEW050 27/17 A3005 RMK AO2 SLP163 T02670172
    Station       : KICT
    Day           : 6
    Time          : 56 UTC

This is pretty confusing.  Better to say "0056 UTC" or "0:56 UTC".
See patch.

Thanks,
Peter

--- src/main.c~ 2005-06-22 11:54:42.000000000 -0500
+++ src/main.c  2005-07-05 21:14:26.000000000 -0500
@@ -102,7 +102,7 @@
 
        printf("Station       : %s\n", metar.station);
        printf("Day           : %i\n", metar.day);
-       printf("Time          : %i UTC\n", metar.time);
+       printf("Time          : %i:%2i UTC\n", metar.time/100, metar.time%100);
        if (metar.winddir == -1) {
                printf("Wind direction: Variable\n");
        } else {

Attachment: signature.asc
Description: Digital signature

Reply via email to