I need to parse the Device Time (i.e. 2012-01-17 13:12:09) in below text by using python. Could you please tell me how I can do this using the standard regular expression library in python? Thanks.
<html><head><style type="text/css">h1 {color:blue;}h2 {color:red;}</style>
<h1>Device #1 Root Content</h1><h2>Device Addr: 127.0.0.1:8080</h1>
<h2>Device Time: 2012-01-17 13:12:09</h2></body></html>