Production Planning Tool Error when Creating Production Orders

The following error is returned when clicking Create Production Order:

Traceback (innermost last):
  File "/home/test/frappe-bench/apps/frappe/frappe/app.py", line 69, in application
    response = frappe.handler.handle()
  File "/home/test/frappe-bench/apps/frappe/frappe/handler.py", line 20, in handle
    execute_cmd(cmd)
  File "/home/test/frappe-bench/apps/frappe/frappe/handler.py", line 37, in execute_cmd
    ret = frappe.call(method, **frappe.form_dict)
  File "/home/test/frappe-bench/apps/frappe/frappe/__init__.py", line 798, in call
    return fn(*args, **newargs)
  File "/home/test/frappe-bench/apps/frappe/frappe/handler.py", line 69, in runserverobj
    frappe.desk.form.run_method.runserverobj(method, docs=docs, dt=dt, dn=dn, arg=arg, args=args)
  File "/home/test/frappe-bench/apps/frappe/frappe/desk/form/run_method.py", line 35, in runserverobj
    r = doc.run_method(method)
  File "/home/test/frappe-bench/apps/frappe/frappe/model/document.py", line 557, in run_method
    return Document.hook(fn)(self, *args, **kwargs)
  File "/home/test/frappe-bench/apps/frappe/frappe/model/document.py", line 712, in composer
    return composed(self, method, *args, **kwargs)
  File "/home/test/frappe-bench/apps/frappe/frappe/model/document.py", line 695, in runner
    add_to_return_value(self, fn(self, *args, **kwargs))
  File "/home/test/frappe-bench/apps/frappe/frappe/model/document.py", line 551, in 
    fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
  File "/home/test/frappe-bench/apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py", line 167, in raise_production_order
    pro = self.create_production_order(items)
  File "/home/test/frappe-bench/apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py", line 217, in create_production_order
    pro.insert()
  File "/home/test/frappe-bench/apps/frappe/frappe/model/document.py", line 203, in insert
    self.db_insert()
  File "/home/test/frappe-bench/apps/frappe/frappe/model/base_document.py", line 276, in db_insert
    ), d.values())
  File "/home/test/frappe-bench/apps/frappe/frappe/database.py", line 135, in sql
    self._cursor.execute(query, values)
  File "/home/test/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/cursors.py", line 205, in execute
    self.errorhandler(self, exc, value)
  File "/home/test/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
    raise errorclass, errorvalue
 OperationalError: (1292, "Incorrect datetime value: '2016-01-26 15:40:13.270452+08:00' for column 'planned_start_date' at row 1")

The datetime format seems wrong, also its quite strange as the value presented in the error seems to be “now” as opposed to what is filled up in the “Select Items” table which should be the correct value

cant replicate this. what is your global date / time format set to ?

Server date time is: Wed Jan 27 10:43:44 MYT 2016
On ERPNext → System Settings → Date Format : dd-mm-yyyy