pub fn create_account( payer_pubkey: &Pubkey, date_pubkey: &Pubkey, scoobies: u64, ) -> Vec<Instruction>
Create a date account. The date is set to the Unix epoch.