[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tips: convert normal time to unix time (seconds since 00:00:00 Jan 1 1970)



 
    
convert normal time to unix time (seconds since 00:00:00 Jan 1 1970)

[terrence@igloo terrence]$ date -d "Jun 2 10:17:18 2000" +%s
959905038


Google