Returns deadline timestamp ```rust use orgize::{ast::Planning, Org}; let s = Org::parse("* a\nDEADLINE: <2019-04-08 Mon>") .first_node:: () .unwrap() .deadline() .unwrap(); assert_eq!(s.day_start().unwrap(), "08"); ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected