DNS Info Via Command Line
Show information, including TTL, for specific domains
If you need to check DNS settings for a domain that you have no control over, the following command line will give you informtion including the TTL value...
nslookup -type=soa {domain}
To see when the cached record expires...
nslookup -debug {domain}