You are here

function bb2_db_date in Bad Behavior 5.2

Same name and namespace in other branches
  1. 6.2 badbehavior.module \bb2_db_date()
  2. 6 badbehavior.module \bb2_db_date()
  3. 7.2 badbehavior.module \bb2_db_date()

File

./badbehavior.module, line 172

Code

function bb2_db_date() {
  return gmdate('Y-m-d H:i:s');

  // Example is MySQL format
}