pgAdmin III commit: Date picker controls returns a full timestamp by

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin III commit: Date picker controls returns a full timestamp by
Дата
Msg-id E1Tdkf2-0002Hp-R5@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Date picker controls returns a full timestamp by
default, which can cause inadvertent date changes
on jobs and role validty dates. Ignore the time part.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=35666a65fe3ec3b486e11cc36947fab034f9e8a0
Author: Ashesh Vashi <ashesh.vashi@enterprisedb.com>

Modified Files
--------------
CHANGELOG                     |    3 +++
pgadmin/agent/dlgSchedule.cpp |    5 ++---
pgadmin/dlg/dlgRole.cpp       |    2 +-
pgadmin/dlg/dlgUser.cpp       |    2 +-
4 files changed, 7 insertions(+), 5 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: PATCH: wxDatePickerCtrl also stores time along with date
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Date picker controls returns a full timestamp by