using System;
public class Program
{
public static void Main()
Console.WriteLine(new DateTime(2017, 8, 5).Add(new TimeSpan(15, 5, 0)));
}