SYNOPSIS

#include <bson.h>

bool
bson_append_now_utc (bson_t     *bson,
                     const char *key,
                     int         key_length);

DESCRIPTION

The bson_append_now_utc() function is a helper to get the current date and time in UTC and append it to bson as a BSON_TYPE_DATE_TIME element.

This function calls bson_append_date_time() internally.

RETURN VALUE

TRUE if successful. Otherwise FALSE and no modifications are made.

ERRORS

FALSE is returned if there is insufficient space for the element.

SEE ALSO

AUTHORS

This page was written by MongoDB, Inc.