#include "MisrUtil.h"
#include "MisrError.h"
Go to the source code of this file.
◆ julday()
static int julday |
( |
int |
year, |
|
|
int |
month, |
|
|
int |
day |
|
) |
| |
|
static |
◆ MtkUtcToUtcJd()
MTKt_status MtkUtcToUtcJd |
( |
char |
utc_datetime[MTKd_DATETIME_LEN], |
|
|
double |
jdUTC[2] |
|
) |
| |
Convert UTC date to UTC Julian date.
- Returns
- MTK_SUCCESS if successful.
- Example:
- In this example, we convert the UTC date 2006-08-06T15:04:00.630996Z to a UTC Julian date.
- Parameters
-
[in] | utc_datetime | UTC Date time |
[out] | jdUTC | UTC Julian date |
Definition at line 46 of file MtkUtcToUtcJd.c.