| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.10

 

local_to_gmt

#include "sfldate.h"
void
local_to_gmt (long date, long time, long *gmt_date, long *gmt_time)

Synopsis

Converts the specified date and time to GMT. Returns the GMT date and time in two arguments.

Source Code - (sfldate.c)

{
    time_t
        time_value;

    time_value = date to timer   (date, time);
    *gmt_date  = timer to gmdate (time_value);
    *gmt_time  = timer to gmtime (time_value);
}

| << | < | > | >> iMatix Copyright © 1996-99 iMatix Corporation