MagickCore 6.9.11-60
Convert, Edit, Or Compose Bitmap Images
timer-private.h File Reference
#include "magick/locale_.h"
Include dependency graph for timer-private.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void GetMagickUTCtime (const time_t *timep, struct tm *result)
 
static void GetMagickLocaltime (const time_t *timep, struct tm *result)
 
static time_t ParseMagickTimeToLive (const char *time_to_live)
 
MagickExport time_t GetMagickTime (void)
 

Function Documentation

◆ GetMagickLocaltime()

static void GetMagickLocaltime ( const time_t *  timep,
struct tm *  result 
)
inlinestatic

◆ GetMagickTime()

MagickExport time_t GetMagickTime ( void  )

◆ GetMagickUTCtime()

static void GetMagickUTCtime ( const time_t *  timep,
struct tm *  result 
)
inlinestatic

Referenced by FormatMagickTime().

◆ ParseMagickTimeToLive()

static time_t ParseMagickTimeToLive ( const char *  time_to_live)
inlinestatic