asctime that returns string
func asctime(dt: DateTime): string {....raises: [], tags: [], forbids: [].}
template asctimeImpl(result: string; dt: DateTime)