drupal 8 date are very long - date

enter image description here
Hello in drupal 8.0.0 when I created a new content the date is too long:
11/23/2015 - 20:54 America/Bogota11 2015-11-23T20:54:19-05:0020151130America/Bogotax302015: f2015Mon, 23 Nov 2015 20:54:19 -050011pm302015 23America/Bogota fAmerica/Bogota2015-11-23T20:54:19-05:0008pm -05:0020-05:00

the problem is in the translation to spanish:
If you have in spanish this is the answer:
Inicio->Administración->Configuración->Regional e idioma->Formato de fecha y hora
And find the text "m/d/Y - H:i"
Click in "Filtro"
Appear two translations, the first is brong,
change "D, m/d/Y - H:i
en contexto: formato de fecha PHP"
And put "D, m/d/Y - H:i"
And save,
If the problem persists
Go to:
Inicio->Administración->Configuración->Regional e idioma->Formato de fecha y hora
And
change "D, m/d/Y - H:i
en contexto: formato de fecha PHP"
And put "D, m/d/Y - H:i"

Related

Como escolher o banco da sua workspace no Oracle APEX? [closed]

Closed. This question is not written in English. It is not currently accepting answers.
Stack Overflow is an English-only site. The author must be able to communicate in English to understand and engage with any comments and/or answers their question receives. Don't translate this post for the author; machine translations can be inaccurate, and even human translations can alter the intended meaning of the post.
Closed 18 hours ago.
Improve this question
Olá , estou entrando recentemente no ramo de desenvolvedor , então alguns termos possam parecer confusos dentro da minha pergunta, pois estou aprendendo de forma autodidata.
Estou tentando criar uma base do Oracle APEX para meus estudos , e dentro do OracleXE, tenho duas Oracle connections Ilustração dos dois DB, Eu consegui criar a base APEX pela base SYS Dentro da Base APEX, mas queria criar com a base HR. Porque dentro da HR tenho as tabelas que criei para estudo com dados, e queria usa-las dentro do APEX , teria como mudar pra essa outra base? se não , como faço pra usar a base HR dentro do APEX?.
desde já agradeço por tentar me ajudar de qualquer forma.
Att.
Yuri Bertuzzi.
Criar uma base APEX para estudos , esperava conseguir usar a DB HR , mas apenas consegui pela SYS

WhatsApp Templates and Error 63016 triggering a lot -- are new lines a problem?

I am using some WhatsApp templates associated with my number. But I am having mixed success in getting them to work without Error 63016. I create 9 templates, and 8 of them are getting the Error, which means that they are not matching the message I am sending with the template.
They do not work either if I execute them through Flow, or through Python (Rest API).
I have tried deleting and re-submitting the same template, and it failed again.
This is bothering me because testing out 9 templates and re-submitting them is laborsome.
Any ideas what m
Template #1, works fine:
Olá {{1}},
Nós vamos novamente te fazer algumas perguntas sobre seus hábitos de
consumo de notícias nas últimas semanas
São poucas perguntas, e as respostas são simples, como “Sim” ou “Não”.
Não deve levar mais de 2 minutos do seu tempo para responder à todas
as perguntas.
Quando estiver pronto para responder, mande qualquer mensagem nessa
conversa, como “Estou pronto”, ou clique no botão abaixo.
Template #2, not working:
Olá {{1}},
Nós vamos te fazer algumas perguntas sobre alguns fatos políticos que
aconteceram nas últimas semanas.
São poucas perguntas, e as respostas são simples, como “Sim” ou “Não”.
Não deve levar mais de 2 minutos do seu tempo para responder à todas
as perguntas.
Quando estiver pronto para responder, mande qualquer mensagem nesse
chat, como “Estou pronto”, ou clique no botão abaixo.

How to create a template file for org-capture in Spacemacs?

I use a template file to capture a list of books. However last night, after wipe my old installation of spacemacs, when i try to capture a new book, it was impossible. I saw in capture buffer "Invalide Capture Template"
My org-capture-templates configuration is:
(setq org-capture-templates
'(("r" ; touche pour rentrer une référence
"Réference livre" ; on indique que l'on rentre la référence du livre
entry (file+datetree+prompt "~/git/org/Liste_Livres.org") ; On sauve la référence dans le fichier associé.
file "~/git/org/tpl-Liste-Livres.org" ) ; on utilise le template associé au fichier
("l" ; touche pour ajouter une entrée du lycée
"Journal Lycée" ; on indique que l'on rentre la référence du livre
entry (file+datetree "~/git/org/Journal_Lycee.org" ) ; On sauve l'entrée du journal dans le fichier associé.
"* %? %^g") ; on utilise le template pour la note à ajouter
("n" ; touche pour ajouter une note
"Notes" ; on indique que l'on rentre la référence du livre
entry (file "~/git/org/Notes.org" ) ; On sauve la note dans le fichier associé.
"* %? %t %^g \n :PROPERTIES:\n :LIEN: %i %a \n :END:") ; on utilise le template pour la note à ajouter
)
)
My tpl-Liste-Livres.org is:
* Titre :tags:
:PROPERTIES:
:Titre:
:Auteur:
:Pages:
:Editeur:
:Type:
:Sujet:
:Résumé:
:Prets:
:Lien:
:Lu:
:Acheté:
:ISBN:
:END:
I use emacs 25.1.1 from debian stable and spacemacs 0.300 develop
It looks like your targets are out of date with the newest version of org-mode. file+datetree is deprecated, and has been replaced with file+olp+datetree with some new properties to control the datetree type and prompt options. Current templates are documented here
(Note also that your reference book target file+datetree+prompt is also out of date, and would need to be replaced with the file+olp+datetree target, and the new :time-prompt property.)

Data not appearing on node - Neo4j

I have this csv file
Nr_TipoCadeia,Designacao,Descricao
1,Hotel,O hotel � um edif�cio equipado e projectado para albergar as pessoas de forma tempor�ria.
2,Pousada,"As pousadas podem ser uma �tima alternativa aos hot�is, com pre�os mais atrativos e atendimento personalizado."
3,Motel,Motel � um estabelecimento de hospedagem que se diferencia dos demais porque as pessoas geralmente v�o at� ele com o objetivo de manter rela��es sexuais e n�o necess
ariamente para conseguir alojamento.
4,Pensao,"Casa em que se admitem h�spedes, mediante pagamento."
5,Resort," Os resorts possuem servi�os variados de est�tica, quadras poliesportivas e muitas piscinas."
I am trying to import the file to Neo4j using the following query:
load csv with headers from 'file:///TipoCadeia.csv' as line
create (tipocadeia:TipoCadeia {Nr_TipoCadeia: TOINT(line.Nr_TipoCadeia)})
set tipocadeia.Designacao = line.Designacao,
tipocadeia.Descricao = line.Descricao
return tipocadeia;
Everything is ok, except in the node where the third line of the csv file should be stored, it only appears <id>:317 when it should be like
<id>:317 Nr_TipoCadeia:3 Designacao:Motel Descricao:....
The other nodes are fine.
Why is this happening?

Libreoffice command line crashes opening DOCX or converting to PDF, on Windows 7

Need to convert DOCX document to PDF using LibreOffice in command line mode. But it crashes:
soffice.exe -headless -invisible -convert-to pdf myfile.docx
It also crashes when trying to open the same document:
soffice.exe -o myfile.docx
However, it opens the file perfectly when opening LibreOffice from the Start menu.
Here are Windows 7 (32-bit) error details (in Spanish, no translation yet):
Firma con problemas:
Nombre del evento de problema: APPCRASH
Nombre de la aplicación: soffice.bin
Versión de la aplicación: 4.3.2.2
Marca de tiempo de la aplicación: 541af548
Nombre del módulo con errores: MSVCR110.dll
Versión del módulo con errores: 11.0.51106.1
Marca de tiempo del módulo con errores: 5098858e
Código de excepción: 40000015
Desplazamiento de excepción: 000a327c
Versión del sistema operativo: 6.1.7601.2.1.0.256.1
Id. de configuración regional: 3082
Información adicional 1: da3c
Información adicional 2: da3c0e7aedc374a773565a4a8dfc0c7a
Información adicional 3: 7958
Información adicional 4: 795815baca3b4b1817fdd25f3f5f80de
It's a confirmed bug for LibreOffice 4.3.x on Windows
see:
https://www.libreoffice.org/bugzilla/show_bug.cgi?id=85777
And it can be workaround by
start /wait "lo" "C:\Program Files (x86)\LibreOffice 4\program\soffice" C:\a.ods