mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(ui): format all dates to use ISO8601
This commit is contained in:
parent
22122a27b5
commit
7b72da857f
5 changed files with 6 additions and 19 deletions
|
@ -134,12 +134,6 @@ describe('filters', function () {
|
|||
}));
|
||||
});
|
||||
|
||||
describe('getdate', function () {
|
||||
it('should convert the Docker date to a human readable form', inject(function (getdateFilter) {
|
||||
expect(getdateFilter(1420424998)).toBe('Sun Jan 04 2015');
|
||||
}));
|
||||
});
|
||||
|
||||
describe('errorMsgFilter', function () {
|
||||
it('should convert the $resource object to a string message',
|
||||
inject(function (errorMsgFilter) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue