How to manually set date in linux

Date command: This command show date and time .

# date
Sun Dec  4 23:10:47 IST 2016

Set time manually

# date -s '2016-12-04 23:10:45'