getCurrentLocalDateTime function

DateTime getCurrentLocalDateTime()

Implementation

DateTime getCurrentLocalDateTime(
    )
{
    return DateTime.now();
}